> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Daiki > Harada > Sent: 31 March 2026 16:09 > To: [email protected]; [email protected]; > [email protected] > Cc: Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Andrew Lunn <[email protected]>; David S. > Miller <[email protected]>; Eric Dumazet <[email protected]>; Jakub > Kicinski <[email protected]>; Paolo Abeni <[email protected]>; Daiki Harada > <[email protected]>; Kohei Enju <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v1 1/2] igb: use > napi_schedule_irqoff() instead of napi_schedule() > > Replace napi_schedule() with napi_schedule_irqoff() in the interrupt handler > path in igb driver > > Tested on QEMU with igb NIC emulation (-nic user,model=igb) > > Suggested-by: Kohei Enju <[email protected]> > Signed-off-by: Daiki Harada <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
