From: Jakub Kicinski Date: Thu, 27 Nov 2025 01:09:12 +0000 (-0800) Subject: Merge branch 'net-intel-migrate-to-get_rx_ring_count-ethtool-callback' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8080c2f0e50f7d209fe95edaaec516b3db586f2;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-intel-migrate-to-get_rx_ring_count-ethtool-callback' Breno Leitao says: ==================== net: intel: migrate to .get_rx_ring_count() ethtool callback 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 ==================== Link: https://patch.msgid.link/20251125-gxring_intel-v2-0-f55cd022d28b@debian.org Signed-off-by: Jakub Kicinski --- a8080c2f0e50f7d209fe95edaaec516b3db586f2