Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754364AbcK3XFv (ORCPT ); Wed, 30 Nov 2016 18:05:51 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34971 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150AbcK3XFt (ORCPT ); Wed, 30 Nov 2016 18:05:49 -0500 Message-ID: <1480547086.18162.218.camel@edumazet-glaptop3.roam.corp.google.com> Subject: Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm From: Eric Dumazet To: Bernhard Held Cc: "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Neal Cardwell Date: Wed, 30 Nov 2016 15:04:46 -0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 28 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 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.