[aqm] Dummynet AQM v0.2- CoDel, FQ-CoDel, PIE and FQ-PIE for FreeBSD's ipfw/dummynet

Rasool Al-Saadi <ralsaadi@swin.edu.au> Mon, 18 April 2016 11:30 UTC

Return-Path: <ralsaadi@swin.edu.au>
X-Original-To: aqm@ietfa.amsl.com
Delivered-To: aqm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7DA2112D707 for <aqm@ietfa.amsl.com>; Mon, 18 Apr 2016 04:30:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.896
X-Spam-Level:
X-Spam-Status: No, score=-2.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.996] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OAC2vou_Myfz for <aqm@ietfa.amsl.com>; Mon, 18 Apr 2016 04:29:58 -0700 (PDT)
Received: from iport2.cc.swin.edu.au (iport2.cc.swin.edu.au [136.186.0.52]) by ietfa.amsl.com (Postfix) with ESMTP id 241DF12D5BC for <aqm@ietf.org>; Mon, 18 Apr 2016 04:29:57 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="5.24,502,1454936400"; d="scan'208";a="19047243"
Received: from gsp-ex01.ds.swin.edu.au (HELO outlook.swin.edu.au) ([136.186.126.17]) by iport2.cc.swin.edu.au with ESMTP; 18 Apr 2016 21:29:57 +1000
Received: from GSP-EX02.ds.swin.edu.au ([169.254.2.170]) by gsp-ex01.ds.swin.edu.au ([169.254.1.160]) with mapi id 14.03.0294.000; Mon, 18 Apr 2016 21:29:56 +1000
From: Rasool Al-Saadi <ralsaadi@swin.edu.au>
To: "aqm@ietf.org" <aqm@ietf.org>, "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, "freebsd-ipfw@freebsd.org" <freebsd-ipfw@freebsd.org>
Thread-Topic: Dummynet AQM v0.2- CoDel, FQ-CoDel, PIE and FQ-PIE for FreeBSD's ipfw/dummynet
Thread-Index: AdGZZMR7qylo1SZqRpSWlM5D+/m1Cw==
Date: Mon, 18 Apr 2016 11:29:55 +0000
Message-ID: <6545444AE21C2749939E637E56594CEA3C206A7B@gsp-ex02.ds.swin.edu.au>
Accept-Language: en-AU, en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [136.186.126.11]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <http://mailarchive.ietf.org/arch/msg/aqm/0yjjLZ8JRlxvBdhzZ6SG4XQO2Zs>
Cc: Grenville Armitage <garmitage@swin.edu.au>
Subject: [aqm] Dummynet AQM v0.2- CoDel, FQ-CoDel, PIE and FQ-PIE for FreeBSD's ipfw/dummynet
X-BeenThere: aqm@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "Discussion list for active queue management and flow isolation." <aqm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/aqm>, <mailto:aqm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/aqm/>
List-Post: <mailto:aqm@ietf.org>
List-Help: <mailto:aqm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/aqm>, <mailto:aqm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Apr 2016 11:30:00 -0000

Dear all,

I would like to announce that we (myself and Grenville Armitage) released Dummynet AQM v0.2, which is an independent implementation of CoDel, FQ-CoDel PIE and FQ-PIE* for FreeBSD's ipfw/dummynet framework, based on the IETF  CoDel [1], FQ-CoDel [2] and PIE [3] Internet-Drafts.

* "FlowQueue-PIE" (FQ-PIE) implementation combines FQ-CoDel's FlowQueuing with PIE's individual queue management.

In addition to PIE and FQ-PIE, this version includes bugs fixing and improvements to CoDel and FQ-CoDel code.

We prepared patches for FreeBSD11-CURRENT-r297692  and FreeBSD 10.x-RELEASE (10.0, 10.1, 10.2, 10.3), and a technical report  of our implementation.

Patches and documentation can be found in:
http://caia.swin.edu.au/freebsd/aqm

Technical report:
http://caia.swin.edu.au/reports/160418A/CAIA-TR-160418A.pdf


[1] "Controlled Delay Active Queue Management",  https://tools.ietf.org/html/draft-ietf-aqm-codel-03
[2] "FlowQueue-Codel" , https://tools.ietf.org/html/draft-ietf-aqm-fq-codel-06
[3] "PIE: A Lightweight Control Scheme To Address the Bufferbloat Problem", https://tools.ietf.org/html/draft-ietf-aqm-pie-06

Regards,
Rasool Al-Saadi