git: 7a296a86d131 - main - IPSEC_OFFLOAD: add the option to GENERIC on amd64 and arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jul 2024 11:25:11 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=7a296a86d1317c79de5980b8346cb7c9f87e6ddc
commit 7a296a86d1317c79de5980b8346cb7c9f87e6ddc
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-06-16 20:50:15 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-07-12 04:27:59 +0000
IPSEC_OFFLOAD: add the option to GENERIC on amd64 and arm64
Sponsored by: NVIDIA networking
---
sys/amd64/conf/GENERIC | 1 +
sys/arm64/conf/std.arm64 | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 49fe8fde0e81..923574adf943 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -30,6 +30,7 @@ options VIMAGE # Subsystem virtualization, e.g. VNET
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
+options IPSEC_OFFLOAD # Inline ipsec offload infra
options ROUTE_MPATH # Multipath routing support
options FIB_ALGO # Modular fib lookups
options TCP_OFFLOAD # TCP offload
diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
index cc4a5acbb314..69f333e32ed9 100644
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -12,6 +12,7 @@ options INET # InterNETworking
options INET6 # IPv6 communications protocols
options CC_CUBIC # include CUBIC congestion control
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
+options IPSEC_OFFLOAD # Inline ipsec offload infra
options ROUTE_MPATH # Multipath routing support
options FIB_ALGO # Modular fib lookups
options TCP_OFFLOAD # TCP offload