Date: Tue, 16 Jan 2024 20:45:53 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: fcd1b6ec0766 - stable/14 - Compile RACK when options TCP_RACK, not TCP_BBR Message-ID: <202401162045.40GKjrW7077737@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=fcd1b6ec0766bbdacc4d1129f88e83c53f929d23 commit fcd1b6ec0766bbdacc4d1129f88e83c53f929d23 Author: Alex Xu (Hello71) <alex_y_xu@yahoo.ca> AuthorDate: 2023-11-21 00:09:56 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2024-01-16 20:42:50 +0000 Compile RACK when options TCP_RACK, not TCP_BBR Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca> Fixes: 3a338c5341 ("Add the BBR and RACK stacks to the LINT kernel.") Pull Request: https://github.com/freebsd/freebsd-src/pull/907 (cherry picked from commit 96f193b290a1aa735ff1833983d654c01ed8902e) --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 31f92670e796..2dbf6f37e940 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4365,7 +4365,7 @@ netinet/tcp_reass.c optional inet | inet6 netinet/tcp_sack.c optional inet | inet6 netinet/tcp_stacks/bbr.c optional inet tcp_bbr | inet6 tcp_bbr \ compile-with "${NORMAL_C} -DMODNAME=tcp_bbr -DSTACKNAME=bbr" -netinet/tcp_stacks/rack.c optional inet tcp_bbr | inet6 tcp_bbr \ +netinet/tcp_stacks/rack.c optional inet tcp_rack | inet6 tcp_rack \ compile-with "${NORMAL_C} -DMODNAME=tcp_rack -DSTACKNAME=rack" netinet/tcp_stacks/rack_bbr_common.c optional inet tcp_bbr | inet tcp_rack | inet6 tcp_bbr | inet6 tcp_rack netinet/tcp_stacks/sack_filter.c optional inet tcp_bbr | inet tcp_rack | inet6 tcp_bbr | inet6 tcp_rack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401162045.40GKjrW7077737>