[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <81014d9d-4642-6a6b-2a44-02229cd734f9@gmail.com>
Date: Mon, 27 Nov 2023 17:10:37 +0000
From: Edward Cree <ecree.xilinx@...il.com>
To: Jakub Kicinski <kuba@...nel.org>, Ahmed Zaki <ahmed.zaki@...el.com>
Cc: netdev@...r.kernel.org, intel-wired-lan@...ts.osuosl.org, corbet@....net,
jesse.brandeburg@...el.com, anthony.l.nguyen@...el.com, davem@...emloft.net,
edumazet@...gle.com, pabeni@...hat.com, vladimir.oltean@....com,
andrew@...n.ch, horms@...nel.org, mkubecek@...e.cz,
willemdebruijn.kernel@...il.com, gal@...dia.com, alexander.duyck@...il.com,
linux-doc@...r.kernel.org, Igor Bagnucki <igor.bagnucki@...el.com>,
Jacob Keller <jacob.e.keller@...el.com>
Subject: Re: [PATCH net-next v6 1/7] net: ethtool: pass ethtool_rxfh to
get/set_rxfh ethtool ops
On 27/11/2023 16:55, Jakub Kicinski wrote:
> BTW, Ed, this series will conflict with your RSS context rework.
> Not sure if it is on your radar.
Yep, I had noticed. Was wondering how the removal of the old
[sg]et_rxfh_context functions would interact with my new API,
which has three ops (create/modify/delete) and thus can't
really be wedged into the [sg]et_rxfh() like that.
Tbh I'd rather move in the direction of using the new API (and
associated state-in-core) for everything, even context 0, so
that the behaviour is consistent between default and custom
contexts for NICs that support the latter. Not 100% sure how
exactly that would work in practice yet though; drivers are
currently responsible for populating ctx 0 (indir, key, etc)
at probe time so how do you read that state into the core?
And I promise v5 of the rework is coming eventually, bosses
just keep prioritising everything but this :(
Powered by blists - more mailing lists