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
F106067319: D6388.diff
Tue, Dec 24, 8:24 PM
Unknown Object (File)
Sat, Dec 7, 4:28 PM
Unknown Object (File)
Nov 23 2024, 7:32 AM
Unknown Object (File)
Nov 8 2024, 3:13 PM
Unknown Object (File)
Oct 27 2024, 3:56 AM
Unknown Object (File)
Oct 27 2024, 3:56 AM
Unknown Object (File)
Oct 27 2024, 3:56 AM
Unknown Object (File)
Oct 27 2024, 3:47 AM
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.