[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250613105608.7eed2f13@kernel.org>
Date: Fri, 13 Jun 2025 10:56:08 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
andrew+netdev@...n.ch, horms@...nel.org, intel-wired-lan@...ts.osuosl.org,
anthony.l.nguyen@...el.com, przemyslaw.kitszel@...el.com,
jacob.e.keller@...el.com, michal.swiatkowski@...ux.intel.com
Subject: Re: [PATCH net-next 3/7] eth: ixgbe: migrate to new RXFH callbacks
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
Powered by blists - more mailing lists