]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Add support for persistent NAPI config
authorKurt Kanzenbach <kurt@linutronix.de>
Wed, 19 Mar 2025 10:26:41 +0000 (11:26 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 29 Apr 2025 22:13:43 +0000 (15:13 -0700)
commitfc0fb1f116e97012d90bb77a6032972564ed8fd6
tree52854ef75476390b531c8605b7dc52550774d7e3
parentb75a1dea500f4397a46e971cd41e613b7f18e317
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.

Reviewed-by: Joe Damato <jdamato@fastly.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Tested-by: Rinitha S <sx.rinitha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c