From: "Dave Täht" <dave@taht.net>
To: Mario Ferreira <liouxbsd@gmail.com>, bloat@lists.bufferbloat.net
Subject: Re: [Bloat] "BBR" TCP patches submitted to linux kernel
Date: Thu, 29 Sep 2016 20:50:13 -0700 [thread overview]
Message-ID: <1525bb51-cd92-2656-d48f-bb3a1a659569@taht.net> (raw)
In-Reply-To: <CAH44DxYYuVUK-b5Vh4J7tyvvaBDYbB8NnjSWs2Zt-9FFuRNDLQ@mail.gmail.com>
On 9/29/16 6:54 PM, Mario Ferreira wrote:
> On Thu, Sep 29, 2016, 16:43 Dave Täht <dave@taht.net
> <mailto:dave@taht.net>> wrote:
>
>
>
> On 9/29/16 4:24 AM, Mário Sérgio Fujikawa Ferreira wrote:
> > Is there a mailing list I can lurk in to follow on the development?
> >
> > I'm most interested on a delta to apply to Android 6.x Franco Kernel
> > (https://github.com/franciscofranco/angler)
>
> Android is still shipping linux 3.10? How... quaint.
>
>
> That's for Huawei Nexus 6P. Google's flagship till Pixel XL arrives.
> I'll try getting BBR merged to Franco's kernel (officially or maintained
> as a fork) and add tc-adv with fq_codel/cake.
>
> Since this is mobile, I'm pretty sure it will present a whole new host
> of "data points".
yes! (there have been a few studies of this, btw)
The part that we don't really know on the android handsets is how
much buffering there really is between qdisc, driver, and firmware,
which no doubt varies between models - and within a model on the
different wifi and 4G stacks. Odds are - just as we just ripped out on
the ath9k/ath10k - so much intermediate buffering exists as to make
applying the latency managing qdisc on top of marginal effectiveness.
In the case of BBR, well, there is some hope that would regulate
TCP on the uplink, but it will have no effect on the down (neither will
the qdiscs) - and it requires sch_fq to work properly - which
means that you'd have a choice between bbr + sch_fq, or
sch_cake/sch_fq_codel.
In all cases, acquiring more data and backports would be nice.
>
> I'm swamped right now but I'll have time by november for both FreeBSD
> and Android 6 (7 doesn't have source code released just yet) . I'm no
> expert but I'll help as I can.
>
> > 2. ipfw/dummynet AQM with FQ-Codel
> >
> (https://lists.freebsd.org/pipermail/freebsd-ipfw/2016-February/006026.html)
>
> I made some comments on this that I'd like people to look at what is
> really going on in bsd + fq_codel at > 100mbit.
>
> https://github.com/opnsense/core/issues/505
>
>
> I haven't been involved with the FreeBSD project on recent years but
> I'll try to advocate internally.
> --
>
> Mario S F Ferreira - Brazil - "I guess this is a signature."
> feature, n: a documented bug | bug, n: an undocumented feature
>
next prev parent reply other threads:[~2016-09-30 3:50 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-16 21:04 Dave Taht
2016-09-16 21:11 ` Steinar H. Gunderson
2016-09-16 21:14 ` Eric Dumazet
2016-09-16 22:29 ` Dave Taht
2016-09-29 11:24 ` Mário Sérgio Fujikawa Ferreira
2016-09-29 19:43 ` Dave Täht
2016-09-29 20:35 ` Aaron Wood
2016-09-30 8:12 ` Mikael Abrahamsson
2016-09-30 14:16 ` Aaron Wood
2016-09-29 21:23 ` Steinar H. Gunderson
2016-09-30 1:54 ` Mario Ferreira
2016-09-30 3:50 ` Dave Täht [this message]
2016-09-30 4:29 ` Aaron Wood
2016-09-29 23:26 ` Benjamin Cronce
2016-09-30 1:58 ` Mario Ferreira
2016-10-21 8:47 ` Steinar H. Gunderson
2016-10-21 10:28 ` Eric Dumazet
2016-10-21 10:42 ` Steinar H. Gunderson
2016-10-21 10:47 ` Steinar H. Gunderson
2016-10-21 10:55 ` Eric Dumazet
2016-10-21 10:52 ` Eric Dumazet
2016-10-21 11:03 ` Steinar H. Gunderson
2016-10-21 11:40 ` Eric Dumazet
2016-10-21 11:45 ` Steinar H. Gunderson
2016-10-27 17:04 ` Steinar H. Gunderson
2016-10-27 17:31 ` Eric Dumazet
2016-10-27 17:33 ` Dave Taht
2016-10-27 17:52 ` Eric Dumazet
2016-10-27 17:59 ` Dave Taht
2016-10-27 17:57 ` Yuchung Cheng
2016-10-27 18:14 ` Dave Taht
2016-10-27 21:30 ` [Bloat] [bbr-dev] " Yuchung Cheng
2016-11-01 23:13 ` Yuchung Cheng
2016-11-01 23:49 ` Jonathan Morton
2016-11-02 9:27 ` Mikael Abrahamsson
2016-11-02 17:21 ` Klatsky, Carl
2016-11-02 18:48 ` Dave Täht
2016-11-25 12:51 ` [Bloat] " Bernd Paysan
2016-10-21 10:50 ` Zhen Cao
2016-10-27 19:25 Ingemar Johansson S
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/bloat.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525bb51-cd92-2656-d48f-bb3a1a659569@taht.net \
--to=dave@taht.net \
--cc=bloat@lists.bufferbloat.net \
--cc=liouxbsd@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox