Re: [PATCH net-next 0/3] Compile-flag for sock RX queue mapping

2021-02-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Feb 2021 13:35:50 +0200 you wrote: > Hi, > > 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 SOC

Re: [PATCH net-next 0/3] Compile-flag for sock RX queue mapping

2021-02-11 Thread Jakub Kicinski
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,