Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-bmq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-cfs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-hardened/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-lts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-pds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos-tt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down
7 changes: 7 additions & 0 deletions linux-tt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ prepare() {
-e TCP_CONG_BBR2 \
-e DEFAULT_BBR2 \
--set-str DEFAULT_TCP_CONG bbr2

# BBR2 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m CONFIG_NET_SCH_FQ_CODEL \
-d CONFIG_DEFAULT_FQ_CODEL \
-e CONFIG_DEFAULT_FQ \
--set-str CONFIG_DEFAULT_NET_SCH fq
fi

### Select LRU config
Expand Down