The branch main has been updated by imp:

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

commit eb6b6622fe858fef7896bb25a8a79dbd08b01335
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2021-11-12 16:33:18 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2021-11-12 16:33:18 +0000

    Update MINIMAL to have CC options
    
    The MINIMAL configs were overlooked. They are compiled as part of
    universe, so this broke universe builds. Add the same defafults as for
    GENERIC.
    
    Sponsored by:           Netflix
---
 sys/amd64/conf/MINIMAL | 2 ++
 sys/i386/conf/MINIMAL  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index f724cbd2e3f1..ad1e61ececd8 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -43,6 +43,8 @@ options       NUMA                    # Non-Uniform Memory 
Architecture support
 options        PREEMPTION              # Enable kernel thread preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
+options                CC_NEWRENO              # include newreno congestion 
control
+options                CC_DEFAULT=\"newreno\"  # define our default CC module 
it should be compiled in.
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP_SUPPORT            # Allow kldload of SCTP
 options        FFS                     # Berkeley Fast Filesystem
diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL
index 9d735dbb0580..26c081c89799 100644
--- a/sys/i386/conf/MINIMAL
+++ b/sys/i386/conf/MINIMAL
@@ -44,6 +44,8 @@ options       SCHED_ULE               # ULE scheduler
 options        PREEMPTION              # Enable kernel thread preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
+options                CC_NEWRENO              # include newreno congestion 
control
+options                CC_DEFAULT=\"newreno\"  # define our default CC module 
it should be compiled in.
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP_SUPPORT            # Allow kldload of SCTP
 options        FFS                     # Berkeley Fast Filesystem

Reply via email to