Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1712351
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile |
| Date | 2017-08-15 19:20 +0200 |
| Message-ID | <ueNFv-48q-1@gated-at.bofh.it> (permalink) |
| References | <ueJLA-1Ix-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/15/2017 06:08 AM, mohamedalrshah wrote:
> diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
> index 91a2557..474f72c 100644
> --- a/net/ipv4/Kconfig
> +++ b/net/ipv4/Kconfig
> @@ -677,6 +677,17 @@ config TCP_CONG_BBR
> bufferbloat, policers, or AQM schemes that do not provide a delay
> signal. It requires the fq ("Fair Queue") pacing packet scheduler.
>
> +config TCP_CONG_AGILESD
> + tristate "Agile-SD Congestion control"
> + default n
> + ---help---
> +
> + This is version 1.0 of Agile-SD TCP. It is a sender-side only.
It is a sender-side only <what>.
> + It contributes the Agility Factor (AF) to shorten the epoch time
> + and to make TCP independent from RTT. AF reduces the sensitivity
> + to packet losses, which in turn Agile-SD to achieve better throughput
in turn allows Agile-SD
> + over high-speed networks.
> +
Please drop the tab(s) and space(s) at the ends of lines.
> choice
> prompt "Default TCP congestion control"
> default DEFAULT_CUBIC
> @@ -713,6 +724,9 @@ choice
>
> config DEFAULT_BBR
> bool "BBR" if TCP_CONG_BBR=y
> +
> + config DEFAULT_AGILESD
Indent above with tab, not spaces.
> + bool "AGILESD" if TCP_CONG_AGILESD=y
>
> config DEFAULT_RENO
> bool "Reno"
> @@ -738,6 +752,7 @@ config DEFAULT_TCP_CONG
> default "dctcp" if DEFAULT_DCTCP
> default "cdg" if DEFAULT_CDG
> default "bbr" if DEFAULT_BBR
> + default "agilesd" if DEFAULT_AGILESD
Indent above with tab, not spaces.
> default "cubic"
>
> config TCP_MD5SIG
--
~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile mohamedalrshah <mohamed.a.alrshah@ieee.org> - 2017-08-15 15:10 +0200
Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile Neal Cardwell <ncardwell@google.com> - 2017-08-15 16:00 +0200
Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile Randy Dunlap <rdunlap@infradead.org> - 2017-08-15 18:50 +0200
Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile David Miller <davem@davemloft.net> - 2017-08-15 19:40 +0200
Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile Randy Dunlap <rdunlap@infradead.org> - 2017-08-15 20:00 +0200
Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile Neal Cardwell <ncardwell@google.com> - 2017-08-15 16:10 +0200
Re: [PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile Randy Dunlap <rdunlap@infradead.org> - 2017-08-15 19:20 +0200
csiph-web