This series migrates Intel network drivers to use the new .get_rx_ring_count()
ethtool callback introduced in commit 84eaf4359c36 ("net: ethtool: add
get_rx_ring_count callback to optimize RX ring queries").
The new callback simplifies the .get_rxnfc() implementation by removing
ETHTOOL_GRXRINGS handling and moving it to a dedicated callback. This provides
a cleaner separation of concerns and aligns these drivers with the modern
ethtool API.
The series updates the following Intel drivers:
- idpf
- igb
- igc
- ixgbevf
- fm10k
PS: These changes were compile-tested only.
---
Changes in v2:
- Fixed the kdoc for the new functions (Jakub)
- Fixed a typo in a git summary (Aleksandr Loktionov)
- Appended the SoB in all the patches
- Link to v1: https://patch.msgid.link/20251124-gxring_intel-v1-0-89be18d2a744@debian.org
---
Breno Leitao (8):
i40e: extract GRXRINGS from .get_rxnfc
iavf: extract GRXRINGS from .get_rxnfc
ice: extract GRXRINGS from .get_rxnfc
idpf: extract GRXRINGS from .get_rxnfc
igb: extract GRXRINGS from .get_rxnfc
igc: extract GRXRINGS from .get_rxnfc
ixgbevf: extract GRXRINGS from .get_rxnfc
fm10k: extract GRXRINGS from .get_rxnfc
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c | 17 +++--------------
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 19 +++++++++++++++----
drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 18 ++++++++++++++----
drivers/net/ethernet/intel/ice/ice_ethtool.c | 19 +++++++++++++++----
drivers/net/ethernet/intel/idpf/idpf_ethtool.c | 23 ++++++++++++++++++++---
drivers/net/ethernet/intel/igb/igb_ethtool.c | 12 ++++++++----
drivers/net/ethernet/intel/igc/igc_ethtool.c | 11 ++++++++---
drivers/net/ethernet/intel/ixgbevf/ethtool.c | 14 +++-----------
8 files changed, 86 insertions(+), 47 deletions(-)
---
base-commit: e05021a829b834fecbd42b173e55382416571b2c
change-id: 20251124-gxring_intel-e1a94c484b78
Best regards,
--
Breno Leitao <leitao@debian.org>