On Thu, 12 Jun 2025 18:01:07 -0700 Jakub Kicinski wrote:
> @@ -3797,6 +3795,8 @@ static const struct ethtool_ops ixgbe_ethtool_ops_e610
> = {
> .get_rxfh_key_size = ixgbe_get_rxfh_key_size,
> .get_rxfh = ixgbe_get_rxfh,
> .set_rxfh = ixgbe_set_rxfh,
> + .get_rxfh_fields = ixgbe_get_rxfh_fields,
> + .set_rxfh_fields = ixgbe_set_rxfh_fields,
> .get_eee = ixgbe_get_eee,
> .set_eee = ixgbe_set_eee,
> .get_channels = ixgbe_get_channels,
same bug here as in enetc -- there is another ops struct that needs to
be updated.
--
pw-bot: cr