On Sat, Jun 14, 2025 at 11:09:03AM -0700, Jakub Kicinski wrote:
> Migrate to new callbacks added by commit 9bb00786fc61 ("net: ethtool:
> add dedicated callbacks for getting and setting rxfh fields").
>
> Reviewed-by: Aleksandr Loktionov <[email protected]>
> Signed-off-by: Jakub Kicinski <[email protected]>
> ---
> v2:
> - add callbacks to ixgbe_ethtool_ops
> v1: https://lore.kernel.org/[email protected]
> ---
> .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 22 ++++++++++---------
> 1 file changed, 12 insertions(+), 10 deletions(-)
>
Good catch on the other ethtool_ops struct.
Reviewed-by: Joe Damato <[email protected]>