[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250612180444.5767aeec@kernel.org>
Date: Thu, 12 Jun 2025 18:04:44 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Michael Chan <michael.chan@...adcom.com>
Cc: pavan.chebbi@...adcom.com, willemdebruijn.kernel@...il.com,
netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
pabeni@...hat.com, andrew+netdev@...n.ch, horms@...nel.org
Subject: Re: [RFC net-next 4/6] eth: bnxt: support RSS on IPv6 Flow Label
On Thu, 12 Jun 2025 17:11:18 -0700 Michael Chan wrote:
> > @@ -1728,6 +1739,13 @@ static int bnxt_srxfh(struct bnxt *bp, struct ethtool_rxnfc *cmd)
> > rss_hash_cfg |= VNIC_RSS_CFG_REQ_HASH_TYPE_IPV6;
> > else if (!tuple)
> > rss_hash_cfg &= ~VNIC_RSS_CFG_REQ_HASH_TYPE_IPV6;
> > +
> > + if (cmd->data & RXH_IP6_FL)
> > + rss_hash_cfg |=
> > + VNIC_RSS_CFG_REQ_HASH_TYPE_IPV6_FLOW_LABEL;
>
> Just a quick update on this. The FW call fails when this flag is set.
> I am looking into it.
Thanks for the update! FWIW I'm doing the refactoring to add netlink
support as requested by Andrew:
https://lore.kernel.org/all/20250611145949.2674086-1-kuba@kernel.org/
There's 40 drivers to convert so even if it goes smoothly I wouldn't
be able to repost for another week.
Powered by blists - more mailing lists