> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Saturday, June 14, 2025 11:09 AM
> To: [email protected]
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw
> <[email protected]>; Keller, Jacob E <[email protected]>;
> [email protected]; [email protected]; Jakub Kicinski
> <[email protected]>
> Subject: [PATCH net-next v2 0/7] eth: intel: migrate to new RXFH callbacks
>
> Migrate Intel drivers to the recently added dedicated .get_rxfh_fields
> and .set_rxfh_fields ethtool callbacks.
>
> Note that I'm deleting all the boilerplate kdoc from the affected
> functions in the more recent drivers. If the maintainers feel strongly
> I can respin and add it back, but it really feels useless and undue
> burden for refactoring. No other vendor does this.
>
> v2:
> - fix missing change to ops struct in ixgbe
> v1: https://lore.kernel.org/[email protected]
>
> Jakub Kicinski (7):
> eth: igb: migrate to new RXFH callbacks
> eth: igc: migrate to new RXFH callbacks
> eth: ixgbe: migrate to new RXFH callbacks
> eth: fm10k: migrate to new RXFH callbacks
> eth: i40e: migrate to new RXFH callbacks
> eth: ice: migrate to new RXFH callbacks
> eth: iavf: migrate to new RXFH callbacks
>
The whole series looks fine to me, thanks for doing this cleanup!
Reviewed-by: Jacob Keller <[email protected]>
> .../net/ethernet/intel/fm10k/fm10k_ethtool.c | 34 ++++-------
> .../net/ethernet/intel/i40e/i40e_ethtool.c | 38 +++++-------
> .../net/ethernet/intel/iavf/iavf_ethtool.c | 52 ++++------------
> drivers/net/ethernet/intel/ice/ice_ethtool.c | 59 ++++++-------------
> drivers/net/ethernet/intel/igb/igb_ethtool.c | 20 +++----
> drivers/net/ethernet/intel/igc/igc_ethtool.c | 18 +++---
> .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 22 +++----
> 7 files changed, 85 insertions(+), 158 deletions(-)
>
> --
> 2.49.0