OSDN Git Service

r8169: handle all interrupt events in the hard irq handler
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 18 Oct 2018 20:19:28 +0000 (22:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Oct 2018 19:34:49 +0000 (12:34 -0700)
commit38caff5a445bf7cc6b312b9925320ae969b796c2
treebdfb5b10c4b34373e1b7d1c59f914d79975d583e
parent342149c557e16d72aefa440143abc8560dc687cc
r8169: handle all interrupt events in the hard irq handler

Having a separate "slow event" handler isn't needed because all
interrupt events trigger asynchronous activity. And in case of SYSErr
we have bigger problems than performance anyway.
This patch also allows to get rid of acking interrupt events in the
NAPI poll callback.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c