mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
committed by
David S. Miller
parent
4e1beecc3b
commit
76f165939e
@@ -21,6 +21,7 @@ config TLS_DEVICE
|
|||||||
bool "Transport Layer Security HW offload"
|
bool "Transport Layer Security HW offload"
|
||||||
depends on TLS
|
depends on TLS
|
||||||
select SOCK_VALIDATE_XMIT
|
select SOCK_VALIDATE_XMIT
|
||||||
|
select SOCK_RX_QUEUE_MAPPING
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enable kernel support for HW offload of the TLS protocol.
|
Enable kernel support for HW offload of the TLS protocol.
|
||||||
|
Reference in New Issue
Block a user