summaryrefslogtreecommitdiff
path: root/net/tls/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-02-11 19:08:07 -0800
committerDavid S. Miller <davem@davemloft.net>2021-02-11 19:08:07 -0800
commit4fb37e72e2f1cd67ba9243c04b5b94969dc15523 (patch)
tree5b82cd3bcfe0c0e487c2c8aa8e7dc4505156ec0b /net/tls/Kconfig
parent3c5a2fd042d0bfac71a2dfb99515723d318df47b (diff)
parent2af3e35c5a04994759bd50e177e6cc5d57c0232c (diff)
Merge branch 'sock-rx-qmap'
Tariq Toukan says: ==================== Compile-flag for sock RX queue mapping 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. ==================== Acked-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/tls/Kconfig')
-rw-r--r--net/tls/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tls/Kconfig b/net/tls/Kconfig
index fa0724fd84b4..0cdc1f7b6b08 100644
--- a/net/tls/Kconfig
+++ b/net/tls/Kconfig
@@ -21,6 +21,7 @@ config TLS_DEVICE
bool "Transport Layer Security HW offload"
depends on TLS
select SOCK_VALIDATE_XMIT
+ select SOCK_RX_QUEUE_MAPPING
default n
help
Enable kernel support for HW offload of the TLS protocol.