git: ad20efdde208 - main - Sync TCP related kernel config options

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Mon, 10 Oct 2022 13:43:26 UTC
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=ad20efdde208485db97027a00c4b08a7daa9c663

commit ad20efdde208485db97027a00c4b08a7daa9c663
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-10-10 13:40:26 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2022-10-10 13:40:26 +0000

    Sync TCP related kernel config options
    
    Add TCP_BLACKBOX to the remaining platforms (arm64, RISC-V) and add
    TCP_RFC7413 to the remaining platform (RISC-V).
    
    Reviewed by:            rscheff@
    MFC after:              1 week
    Sponsored by:           Netflix, Inc.
    Differential Revision:  https://reviews.freebsd.org/D36918
---
 sys/arm64/conf/std.arm64 | 1 +
 sys/riscv/conf/GENERIC   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
index c2a7e2b09afc..e24b7f417034 100644
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -16,6 +16,7 @@ options 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
 options 	ROUTE_MPATH		# Multipath routing support
 options 	FIB_ALGO		# Modular fib lookups
 options 	TCP_OFFLOAD		# TCP offload
+options 	TCP_BLACKBOX		# Enhanced TCP event logging
 options 	TCP_HHOOK		# hhook(9) framework for TCP
 options 	TCP_RFC7413		# TCP Fast Open
 options 	SCTP_SUPPORT		# Allow kldload of SCTP
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 1b7542c852ac..cf4460c7bf2e 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -33,6 +33,8 @@ options 	TCP_HHOOK		# hhook(9) framework for TCP
 options 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
 options		ROUTE_MPATH		# Multipath routing support
 options 	TCP_OFFLOAD		# TCP offload
+options 	TCP_BLACKBOX		# Enhanced TCP event logging
+options 	TCP_RFC7413		# TCP Fast Open
 options 	SCTP_SUPPORT		# Allow kldload of SCTP
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support