Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 23:59:11 GMT
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 09cecd5711a8 - stable/13 - Sync TCP related kernel config options
Message-ID:  <202302012359.311NxBbc005737@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by tuexen:

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

commit 09cecd5711a8e3c6f0299fdb91185df057f8fd03
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-10-10 13:40:26 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2023-02-01 23:58:28 +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@
    Sponsored by:           Netflix, Inc.
    Differential Revision:  https://reviews.freebsd.org/D36918
    
    (cherry picked from commit ad20efdde208485db97027a00c4b08a7daa9c663)
---
 sys/arm64/conf/GENERIC | 1 +
 sys/riscv/conf/GENERIC | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 9470c04646f0..f8842d672c0e 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -34,6 +34,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 6cce48b884c0..7d158269cde0 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302012359.311NxBbc005737>