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
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
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.
>
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
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
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" ;