Re: [PATCH net-next] r8169: handle all interrupt events in the hard irq handler

2018-10-20 Thread David Miller
From: Heiner Kallweit Date: Thu, 18 Oct 2018 22:19:28 +0200 > 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 in

[PATCH net-next] r8169: handle all interrupt events in the hard irq handler

2018-10-18 Thread Heiner Kallweit
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 Kallw