[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240104145041.67475695@kernel.org>
Date: Thu, 4 Jan 2024 14:50:41 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Saeed Mahameed <saeed@...nel.org>
Cc: "David S. Miller" <davem@...emloft.net>, Paolo Abeni
<pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>, Saeed Mahameed
<saeedm@...dia.com>, netdev@...r.kernel.org, Tariq Toukan
<tariqt@...dia.com>, Gal Pressman <gal@...dia.com>
Subject: Re: [net-next 10/15] net/mlx5e: Let channels be SD-aware
On Wed, 20 Dec 2023 16:57:16 -0800 Saeed Mahameed wrote:
> Example for 2 mdevs and 6 channels:
> +-------+---------+
> | ch ix | mdev ix |
> +-------+---------+
> | 0 | 0 |
> | 1 | 1 |
> | 2 | 0 |
> | 3 | 1 |
> | 4 | 0 |
> | 5 | 1 |
> +-------+---------+
Meaning Rx queue 0 goes to PF 0, Rx queue 1 goes to PF 1, etc.?
Is the user then expected to magic pixie dust the XPS or some such
to get to the right queue?
How is this going to get represented in the recently merged Netlink
queue API?
Powered by blists - more mailing lists