Page MenuHomeFreeBSD

CoDel, FQ-CoDel, PIE and FQ-PIE for ipfw/dummynet
ClosedPublic

Authored by truckman on May 16 2016, 7:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 10:46 PM
Unknown Object (File)
Mon, Apr 29, 10:36 PM
Unknown Object (File)
Mon, Apr 29, 7:51 AM
Unknown Object (File)
Fri, Apr 26, 9:43 PM
Unknown Object (File)
Fri, Apr 26, 5:36 PM
Unknown Object (File)
Fri, Apr 26, 2:32 PM
Unknown Object (File)
Tue, Apr 23, 2:03 PM
Unknown Object (File)
Sat, Apr 20, 5:38 PM
Subscribers

Details

Summary

This is the Version 0.2 patch adding CoDel, FQ-CoDel, PIE and
FQ-PIE AQM implementations to ipfw/dummynet.

Centre for Advanced Internet Architectures,
Swinburne University of Technology,
Melbourne, Australia

18 April, 2016
Dummynet AQM v0.2 - CoDel, FQ-CoDel, PIE and FQ-PIE for FreeBSD's

	    ipfw/dummynet framework

Author: Rasool Al-Saadi <ralsaadi@swin.edu.au>

More info here: http://caia.swin.edu.au/freebsd/aqm/downloads.html

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsys/netpfil/ipfw/dn_aqm.h:31SPELL1Possible Spelling Mistake
Unit
No Test Coverage
Build Status
Buildable 3765
Build 3808: arc lint + arc unit

Event Timeline

truckman retitled this revision from to CoDel, FQ-CoDel, PIE and FQ-PIE for ipfw/dummynet.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)

Update patch to version 0.2.1:

  • Fixed FQ-Codel/FQ-PIE over-limit checking
  • Fixed CoDel/FQ-Codel isqrt initial value that can cause wrong isqrt guessing
  • Fixed kernel panic when unloading dummynet module while there is a busy PIE AQM
  • Fixed kernel panic when reconfigure busy droptail pipe to use CoDel/PIE AQM
  • Fixed mismatch FQ-Codel/FQ-PIE quantum boundaries with the technical report
This revision was automatically updated to reflect the committed changes.