From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id F33A43B25E for ; Thu, 29 Sep 2016 21:54:25 -0400 (EDT) Received: by mail-it0-x242.google.com with SMTP id n143so1056296ita.3 for ; Thu, 29 Sep 2016 18:54:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=vhvXoyBbeshFJLqGxWvuEGE+naJVbpEG/ewV7jIK64s=; b=jA3Kk5hd56zxijPMGlkz9Qs43OMa+85HCUq9VZ/v8sn2L5v64FnBHAfnJiZQrifBC2 3pak1h8+nloYyzEOOuKgqtYJP6vAvc/j8V5ld68ap1aK4h/89sfgxcVg9BH6mPNdUoFL Qjxv5H6sDAg9iAsaLx34PjN2aEiJ+sdC84ZPIJOQBBKbECdNgM2O6xWjg7AUknsLH4QZ jcApcFcJ3OoSlA78SW5OKVbiACwEC4btzTYvucM6d5LJaTCnK9tnpafBoQGzqpe8OzqA 1KY9pnaZUC/mTOlibSZ6RmepM7rF+BGIMawrzkytsExs/CSk6+O+zkjjeA9nvhbsqXWB zZGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=vhvXoyBbeshFJLqGxWvuEGE+naJVbpEG/ewV7jIK64s=; b=FsexfdY5r2h2w8eIhvfaiTrkmZvgWVKlMIiz0g355qySccnTZCEQAvg7k24RHc3g/n fSly1ZoSrsQcMlNrc4nZGUhs0DhzPlxUkFbZeQ9YQHIR2c+Ql58X0CxmkJj1wV21UhNZ 6h8UBXmctnTvWTGOJ0PPKoox2y4LPQGSC7fggPXDzNT1C2DW69/sI1gLKYfNHLXK2/Du xQgzkRCpyuhHrV6XnEKYZJ7sk42VgMs9qT7DExN3F2KRz7RGdy7GJXJnvte9H1c8QP7J id1HWYGxrY682r/+hk/Toli1WUED/2lf0tC+I/X5wKgEjcEylFZSgG9oTLKRcPadCcL0 6LaA== X-Gm-Message-State: AA6/9RkpaW1STUOHeSh8dqP1SK1q3pEVqWT8ILnpkaTW7qXu5lrEz3vUapfuExFZaeCiTmhLKTM0nx5/fsmITA== X-Received: by 10.107.37.5 with SMTP id l5mr7024599iol.58.1475200465285; Thu, 29 Sep 2016 18:54:25 -0700 (PDT) MIME-Version: 1.0 References: <20160916211120.GA38308@sesse.net> In-Reply-To: From: Mario Ferreira Date: Fri, 30 Sep 2016 01:54:14 +0000 Message-ID: To: =?UTF-8?Q?Dave_T=C3=A4ht?= , bloat@lists.bufferbloat.net Content-Type: multipart/alternative; boundary=001a1140f418b4b8f7053dafdf00 Subject: Re: [Bloat] "BBR" TCP patches submitted to linux kernel X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 01:54:26 -0000 --001a1140f418b4b8f7053dafdf00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2016, 16:43 Dave T=C3=A4ht wrote: > > > On 9/29/16 4:24 AM, M=C3=A1rio S=C3=A9rgio 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". 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.htm= l > ) > > 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. --=20 Mario S F Ferreira - Brazil - "I guess this is a signature." feature, n: a documented bug | bug, n: an undocumented feature --001a1140f418b4b8f7053dafdf00 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Thu, Sep 29, 2016, 16:43 Dav= e T=C3=A4ht <dave@taht.net> wrot= e:


On 9/29/16 4:24 AM, M=C3=A1rio S=C3=A9rgio 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 Kern= el
> (https://github.com/franciscofranco/angler)

Android is still shipping linux 3.10? How... quaint.
=

That's for Huawei Nexus 6P. Google's flagship t= ill Pixel XL arrives. I'll try getting BBR merged to Franco's kerne= l (officially or maintained as a fork) =C2=A0and add tc-adv with fq_codel/c= ake.

Since this is mobile, I'm pretty sure it = will present a whole new host of "data points".=C2=A0
<= br>
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 jus= t yet) . I'm no expert but I'll help as I can.

=

I haven't been involved with the F= reeBSD project on recent years but I'll try to advocate internally.=C2= =A0
--

Mario S F Ferreira - Brazil - "I g= uess this is a=C2=A0signature."
feature, n: a documented bug | bug, n: an undocumented feature

--001a1140f418b4b8f7053dafdf00--