> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Kurt > Kanzenbach > Sent: 17 February 2025 17:01 > To: Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Cc: Andrew Lunn <[email protected]>; David S. Miller > <[email protected]>; Eric Dumazet <[email protected]>; Jakub Kicinski > <[email protected]>; Paolo Abeni <[email protected]>; Sebastian Andrzej Siewior > <[email protected]>; Damato, Joe <[email protected]>; Gerhard Engleder > <[email protected]>; [email protected]; > [email protected]; Kurt Kanzenbach <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 3/4] igb: Add support for > persistent NAPI config > > Use netif_napi_add_config() to assign persistent per-NAPI config. > > This is useful for preserving NAPI settings when changing queue counts or for > user space programs using SO_INCOMING_NAPI_ID. > > Signed-off-by: Kurt Kanzenbach <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
