From: Jakub Kicinski Date: Mon, 1 Dec 2025 19:54:49 +0000 (-0800) Subject: Merge branch 'net-freescale-migrate-to-get_rx_ring_count-ethtool-callback' X-Git-Tag: v6.19-rc1~170^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbca440dc329b39f18a1121e385aed830bbdfb12;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-freescale-migrate-to-get_rx_ring_count-ethtool-callback' Breno Leitao says: ==================== net: freescale: migrate to .get_rx_ring_count() ethtool callback This series migrates Freescale 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 Freescale drivers: - enetc - dppa2 - gianfar ==================== Link: https://patch.msgid.link/20251128-gxring_freescale-v1-0-22a978abf29e@debian.org Signed-off-by: Jakub Kicinski --- cbca440dc329b39f18a1121e385aed830bbdfb12