Loading
Merge branch 'net-convert-drivers-to-get_rx_ring_count'
Breno Leitao says: ==================== net: convert drivers to .get_rx_ring_count() Commit 84eaf435 ("net: ethtool: add get_rx_ring_count callback to optimize RX ring queries") added specific support for GRXRINGS callback, simplifying .get_rxnfc. Remove the handling of GRXRINGS in .get_rxnfc() by moving it to the new .get_rx_ring_count(). This simplifies the RX ring count retrieval and aligns the following drivers with the new ethtool API for querying RX ring parameters. * hns3 * hns * qede * niu * funeth * enic * hinic * octeontx2 PS: all of these change were compile-tested only. ==================== Link: https://patch.msgid.link/20260109-grxring_big_v1-v1-0-a0f77f732006@debian.org Signed-off-by:Jakub Kicinski <kuba@kernel.org>