[PATCH v2 0/4] add tcp hybla congestion control algorithm
Yousong Zhou
yszhou4tech at gmail.com
Thu Dec 24 01:37:57 EST 2020
CONFIG_TCP_CONG_ADVANCED=y do not incur addition space cost. Quote
commit message of the first commit
> The option was introduced in upstream linux commit a6484045 ("[TCP]:
> Do not present confusing congestion control options by default.").
tcp-hybla cca will be a module, like kmod-tcp-bbr, it should not affect
users of default build and config
v2 <- v1
- Use CONFIG_TCP_CONG_ADVANCED=y in generic config
- Use AutoProbe instead of AutoLoad with custom prio order
- Existing kmod-tcp-bbr was changed to align with above
Yousong Zhou (4):
kernel: remove target specific setting of CONFIG_TCP_CONG_ADVANCED
kmod-tcp-bbr: leave CONFIG_TCP_CONG_ADVANCED to target config
kmod-tcp-bbr: use AutoProbe
kmod-tcp-hybla: new module for hybla congestion control algorithm
package/kernel/linux/modules/netsupport.mk | 24 ++++++++++++++++----
target/linux/layerscape/armv7/config-5.4 | 1 -
target/linux/layerscape/armv8_64b/config-5.4 | 1 -
target/linux/zynq/config-5.4 | 1 -
4 files changed, 20 insertions(+), 7 deletions(-)
More information about the openwrt-devel
mailing list