Re: [PATCH net-next 6/9] net: xgbe: convert to use .get_rx_ring_count
From: "Rangoju, Raju" <raju.rangoju@amd.com>
Date: 2026-01-19 12:10:44
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: "Rangoju, Raju" <raju.rangoju@amd.com>
Date: 2026-01-19 12:10:44
Also in:
linux-arm-kernel, linux-mediatek, lkml
On 1/15/2026 8:07 PM, Breno Leitao wrote:
Use the newly introduced .get_rx_ring_count ethtool ops callback instead of handling ETHTOOL_GRXRINGS directly in .get_rxnfc(). Since ETHTOOL_GRXRINGS was the only command handled by xgbe_get_rxnfc(), remove the function entirely. Signed-off-by: Breno Leitao <leitao@debian.org> ---
Reviewed-by: Raju Rangoju <Raju.Rangoju@amd.com>