]> git.ipfire.org Git - thirdparty/linux.git/commit
ixgbevf: remove unused fields from struct ixgbevf_adapter
authorYuto Ohnuki <ytohnuki@amazon.com>
Thu, 17 Jul 2025 08:46:09 +0000 (09:46 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 18 Jul 2025 16:02:28 +0000 (09:02 -0700)
commit0d1c95e42b77cb79461bf7edff24c63d0b2d46fe
tree32cfdc7ca6f63a33180635999741a672ffa859b1
parentdfe80201e1b04f683698a065f059b66102b12e89
ixgbevf: remove unused fields from struct ixgbevf_adapter

Remove hw_rx_no_dma_resources and eitr_param fields from struct
ixgbevf_adapter since these fields are never referenced in the driver.

Note that the interrupt throttle rate is controlled by the
rx_itr_setting and tx_itr_setting variables.

This change simplifies the ixgbevf driver by removing unused fields,
which improves maintainability.

Signed-off-by: Yuto Ohnuki <ytohnuki@amazon.com>
Reviewed-by: Dawid Osuchowski <dawid.osuchowski@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h