Re: [PATCH net-next] r8169: change irq handler to always trigger NAPI polling

2019-04-14 Thread David Miller
From: Heiner Kallweit Date: Sun, 14 Apr 2019 11:48:39 +0200 > This check isn't really needed and we can simplify the code and save > some CPU cycles by removing it. Only in case of an error none of these > bits are set, and calling the NAPI callback doesn't hurt in this case. > > Signed-off-by:

[PATCH net-next] r8169: change irq handler to always trigger NAPI polling

2019-04-14 Thread Heiner Kallweit
This check isn't really needed and we can simplify the code and save some CPU cycles by removing it. Only in case of an error none of these bits are set, and calling the NAPI callback doesn't hurt in this case. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 6 ++ 1