Re: [PATCH net-next 6/9] net: xgbe: convert to use .get_rx_ring_count
From: Rangoju, Raju
Date: Mon Jan 19 2026 - 07:10:44 EST
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@xxxxxxxxxx>
---
Reviewed-by: Raju Rangoju <Raju.Rangoju@xxxxxxx>