linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm
@ 2016-11-30 22:31 Bernhard Held
  2016-11-30 23:04 ` Eric Dumazet
  2016-12-01  3:43 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Held @ 2016-11-30 22:31 UTC (permalink / raw)
  To: David S. Miller, linux-kernel, netdev; +Cc: Neal Cardwell

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

Signed-off-by: Bernhard Held <berny156@gmx.de>
---
  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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm
  2016-11-30 22:31 [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm Bernhard Held
@ 2016-11-30 23:04 ` Eric Dumazet
  2016-12-01  3:43 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2016-11-30 23:04 UTC (permalink / raw)
  To: Bernhard Held; +Cc: David S. Miller, linux-kernel, netdev, Neal Cardwell

On Wed, 2016-11-30 at 23:31 +0100, Bernhard Held wrote:
> Add missing line to be able to make BBR the default
> congestion algorithm.
> 
> Signed-off-by: Bernhard Held <berny156@gmx.de>
> ---
>   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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm
  2016-11-30 22:31 [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm Bernhard Held
  2016-11-30 23:04 ` Eric Dumazet
@ 2016-12-01  3:43 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-12-01  3:43 UTC (permalink / raw)
  To: berny156; +Cc: linux-kernel, netdev, ncardwell

From: Bernhard Held <berny156@gmx.de>
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 <berny156@gmx.de>

The current tree already has this fix.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-01  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30 22:31 [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm Bernhard Held
2016-11-30 23:04 ` Eric Dumazet
2016-12-01  3:43 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).