summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-06-07 01:39:08 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2017-09-18 17:38:16 +0200
commit0d341761c44739f9c53128fd3e101f83fe60b969 (patch)
tree1ce7852d663aa916295c4b1b369f3c1ee8bca1f1 /src/Kconfig
parentcompat: ensure we can build without compat.h (diff)
downloadwireguard-linux-compat-0d341761c44739f9c53128fd3e101f83fe60b969.tar.xz
wireguard-linux-compat-0d341761c44739f9c53128fd3e101f83fe60b969.zip
queue: entirely rework parallel system
This removes our dependency on padata and moves to a different mode of multiprocessing that is more efficient. This began as Samuel Holland's GSoC project and was gradually reworked/redesigned/rebased into this present commit, which is a combination of his initial contribution and my subsequent rewriting and redesigning. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Kconfig b/src/Kconfig
index e86a935..e84aebb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -16,18 +16,6 @@ config WIREGUARD
It's safe to say Y or M here, as the driver is very lightweight and
is only in use when an administrator chooses to add an interface.
-config WIREGUARD_PARALLEL
- bool "Enable parallel engine"
- depends on SMP && WIREGUARD
- select PADATA
- default y
- ---help---
- This will allow WireGuard to utilize all CPU cores when encrypting
- and decrypting packets.
-
- It's safe to say Y here, and you probably should, as the performance
- improvements are substantial.
-
config WIREGUARD_DEBUG
bool "Debugging checks and verbose messages"
depends on WIREGUARD