[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <82c97129-5d87-435e-b0f0-863733e16633@nvidia.com>
Date: Thu, 1 Feb 2024 06:00:54 -0800
From: William Tu <witu@...dia.com>
To: "Samudrala, Sridhar" <sridhar.samudrala@...el.com>,
Jakub Kicinski <kuba@...nel.org>
Cc: Jacob Keller <jacob.e.keller@...el.com>, bodong@...dia.com,
jiri@...dia.com, netdev@...r.kernel.org, saeedm@...dia.com,
"aleksander.lobakin@...el.com" <aleksander.lobakin@...el.com>,
Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>
Subject: Re: [RFC PATCH v3 net-next] Documentation: devlink: Add devlink-sd
On 1/31/24 6:23 PM, Samudrala, Sridhar wrote:
> External email: Use caution opening links or attachments
>
>
> On 1/31/2024 5:17 PM, Jakub Kicinski wrote:
>> On Wed, 31 Jan 2024 15:02:58 -0800 William Tu wrote:
>>>> I just did a grep on METADATA_HW_PORT_MUX and assumed bnxt, ice and
>>>> nfp
>>>> all do buffer sharing. You're saying you mux Tx queues but not Rx
>>>> queues? Or I need to actually read the code instead of grepping? :)
>>>
>>> I guess bnxt, ice, nfp are doing tx buffer sharing?
>>
>> I'm not familiar with ice. I'm 90% sure bnxt shares both Rx and Tx.
>> I'm 99.9% sure nfp does.
>
> In ice, all the VF representor netdevs share a VSI(TX/RX queues). UL/PF
> netdev has its own VSI and TX/RX queues. But there is patch from Michal
> under review that is going to simplify the design with a single VSI and
> all the VF representor netdevs and UL/PF netdev will be sharing the
> TX/RX queues in switchdev mode.
>
Thank you!
Reading the ice code, ice_eswitch_remap_rings_to_vectors(), it is
setting up tx/rx rings for each reps.
"Each port representor will have dedicated 1 Tx/Rx ring pair, so number
of rings pair is equal to
number of VFs."
So after Michal's patch, representors will share TX/RX queues of uplink-pf?
> Does mlx5 has separate TX/RX queues for each of its representor netdevs?
>
Yes, in mlx5e_rep_open calls mlx5e_open_locked, which will create TX/RX
queues like typical mlx5 device.
Each representor can set it TX/RX queues by using ethtool -L
>>
>> It'd be great if you could do the due diligence rather than guessing
>> given that you're proposing uAPI extension :(
>>
Working on it!
Thanks
William
Powered by blists - more mailing lists