On Fri, 5 Sep 2025 16:42:53 -0700 Jakub Kicinski wrote: > On Fri, 05 Sep 2025 10:07:23 -0700 Breno Leitao wrote: > > + int (*get_rxrings)(struct net_device *dev); > > I think this can return u32..
Two more things, actually - get_rx_ring_count would sound a little bit more in line with the get_rxfh_*_size helpers. And let's put it somewhere closer to the rxfh callbacks. It's actually mostly used by RXFH AKA RSS code.