Re: [net-next 10/15] net/mlx5e: Let channels be SD-aware
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-04 22:50:42
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-04 22:50:42
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?