Skip to content

Commit 76f1659

Browse files
Tariq Toukandavem330
authored andcommitted
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 <[email protected]> Reviewed-by: Maxim Mikityanskiy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4e1beec commit 76f1659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/tls/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ config TLS_DEVICE
2121
bool "Transport Layer Security HW offload"
2222
depends on TLS
2323
select SOCK_VALIDATE_XMIT
24+
select SOCK_RX_QUEUE_MAPPING
2425
default n
2526
help
2627
Enable kernel support for HW offload of the TLS protocol.

0 commit comments

Comments
 (0)