On Fri, May 14, 2021 at 03:24:02PM -0700, Jakub Kicinski wrote:
NFP uses MSI-X and has the most trivial IRQ handler possible.
Perfect candidate for napi_schedule_irq().
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
drivers/net/ethernet/netronome/nfp/nfp_net_common.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
I understand there is some discussion around the merit of PATCH 1/2.
But if that approach is accepted then this patch looks good to me.
Reviewed-by: Simon Horman <redacted>