Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICE

Compile-in the socket RX queue mapping field and logic when TLS_DEVICE
is enabled. This allows device drivers to pick the recorded socket's
RX queue and use it for streams distribution.

Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Tariq Toukan and committed by
David S. Miller
76f16593 4e1beecc

+1
+1
net/tls/Kconfig
··· 21 21 bool "Transport Layer Security HW offload" 22 22 depends on TLS 23 23 select SOCK_VALIDATE_XMIT 24 + select SOCK_RX_QUEUE_MAPPING 24 25 default n 25 26 help 26 27 Enable kernel support for HW offload of the TLS protocol.