[PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm

Subsystems: networking [general], the rest

STALE3537d

3 messages, 3 authors, 2016-12-01 · open the first message on its own page

[PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm

From: Bernhard Held <hidden>
Date: 2016-11-30 22:31:40

Add missing line to be able to make BBR the default
congestion algorithm.

Signed-off-by: Bernhard Held <redacted>
---
  net/ipv4/Kconfig | 1 +
  1 file changed, 1 insertion(+)
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 300b068..b54b3ca 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -715,6 +715,7 @@ config DEFAULT_TCP_CONG
         default "reno" if DEFAULT_RENO
         default "dctcp" if DEFAULT_DCTCP
         default "cdg" if DEFAULT_CDG
+       default "bbr" if DEFAULT_BBR
         default "cubic"

  config TCP_MD5SIG

Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm

From: Eric Dumazet <hidden>
Date: 2016-11-30 23:05:51

On Wed, 2016-11-30 at 23:31 +0100, Bernhard Held wrote:
quoted hunk
Add missing line to be able to make BBR the default
congestion algorithm.

Signed-off-by: Bernhard Held <redacted>
---
  net/ipv4/Kconfig | 1 +
  1 file changed, 1 insertion(+)
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 300b068..b54b3ca 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -715,6 +715,7 @@ config DEFAULT_TCP_CONG
         default "reno" if DEFAULT_RENO
         default "dctcp" if DEFAULT_DCTCP
         default "cdg" if DEFAULT_CDG
+       default "bbr" if DEFAULT_BBR
         default "cubic"

  config TCP_MD5SIG
Okay, but it seems your patch was mangled (tabulations replaced by
spaces)

Please use git, or read Documentation/email-clients.txt for some hints.

Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm

From: David Miller <davem@davemloft.net>
Date: 2016-12-01 03:45:56

From: Bernhard Held <redacted>
Date: Wed, 30 Nov 2016 23:31:29 +0100
Add missing line to be able to make BBR the default
congestion algorithm.

Signed-off-by: Bernhard Held <redacted>
The current tree already has this fix.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help