Re: [PATCH net-next 0/3] Compile-flag for sock RX queue mapping
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-02-12 02:02:08
On Thu, 11 Feb 2021 13:35:50 +0200 Tariq Toukan wrote:
Socket's RX queue mapping logic is useful also for non-XPS use cases.
This series breaks the dependency between the two, introducing a new
kernel config flag SOCK_RX_QUEUE_MAPPING.
Here we select this new kernel flag from TLS_DEVICE, as well as XPS.