Re: tcp_bbr: Forcing set of BBR congestion control as default

2017-01-02 Thread Neal Cardwell
On Mon, Jan 2, 2017 at 2:30 PM, Sedat Dilek wrote: > OK, this looks now good. Great. Glad to hear it! > Does BBR only work with fq-qdisc best? Yes. BBR is designed to work with pacing. And so far the "fq" qdisc is the only qdisc that offers pacing. So BBR currently needs the "fq" qdisc. In the

Re: tcp_bbr: Forcing set of BBR congestion control as default

2017-01-02 Thread Sedat Dilek
On Mon, Jan 2, 2017 at 8:12 PM, Neal Cardwell wrote: > On Mon, Jan 2, 2017 at 1:49 PM, Sedat Dilek wrote: >> On Mon, Jan 2, 2017 at 7:17 PM, Neal Cardwell wrote: >>> On Mon, Jan 2, 2017 at 12:05 AM, Sedat Dilek wrote: Hi, I am trying to force the set of BBR congestion contro

Re: tcp_bbr: Forcing set of BBR congestion control as default

2017-01-02 Thread Neal Cardwell
On Mon, Jan 2, 2017 at 1:49 PM, Sedat Dilek wrote: > On Mon, Jan 2, 2017 at 7:17 PM, Neal Cardwell wrote: >> On Mon, Jan 2, 2017 at 12:05 AM, Sedat Dilek wrote: >>> >>> Hi, >>> >>> I am trying to force the set of BBR congestion control as default. >>> My old linux-config uses CUBIC as default. >

Re: tcp_bbr: Forcing set of BBR congestion control as default

2017-01-02 Thread Sedat Dilek
On Mon, Jan 2, 2017 at 7:17 PM, Neal Cardwell wrote: > On Mon, Jan 2, 2017 at 12:05 AM, Sedat Dilek wrote: >> >> Hi, >> >> I am trying to force the set of BBR congestion control as default. >> My old linux-config uses CUBIC as default. >> I want both BBR and CUBIC to be built but BBR shall be my

Re: tcp_bbr: Forcing set of BBR congestion control as default

2017-01-02 Thread Neal Cardwell
On Mon, Jan 2, 2017 at 12:05 AM, Sedat Dilek wrote: > > Hi, > > I am trying to force the set of BBR congestion control as default. > My old linux-config uses CUBIC as default. > I want both BBR and CUBIC to be built but BBR shall be my default. > > I tried the below snippet. > > I refresh my new l

tcp_bbr: Forcing set of BBR congestion control as default

2017-01-01 Thread Sedat Dilek
Hi, I am trying to force the set of BBR congestion control as default. My old linux-config uses CUBIC as default. I want both BBR and CUBIC to be built but BBR shall be my default. I tried the below snippet. I refresh my new linux-config like this... $ MAKE="make V=1" ; COMPILER="mycompiler" ;