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

2016-11-30 Thread David Miller
From: Bernhard Held 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 The current tree already has this fix.

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

2016-11-30 Thread Eric Dumazet
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 > --- > net/ipv4/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig > index

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

2016-11-30 Thread Bernhard Held
Add missing line to be able to make BBR the default congestion algorithm. Signed-off-by: Bernhard Held --- 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