summaryrefslogtreecommitdiffstats
path: root/sys/contrib/altq/altq/altq_priq.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r287009:Luiz Otavio O Souza2015-11-111-2/+10
| | | | | | | | | | | | | | | | | Add ALTQ(9) support for the CoDel algorithm. CoDel is a parameterless queue discipline that handles variable bandwidth and RTT. It can be used as the single queue discipline on an interface or as a sub discipline of existing queue disciplines such as PRIQ, CBQ, HFSC, FAIRQ. Differential Revision: https://reviews.freebsd.org/D3272 Reviewd by: rpaulo, gnn (previous version) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) TAG: CODEL
* Revert "Importing pfSense patch altq_codel.diff"Luiz Otavio O Souza2015-11-111-9/+2
| | | | | | This reverts commit cf3bb1a7166bec431631defe01c8d4e706a99638. TAG: CODEL
* Importing pfSense patch altq_codel.diffRenato Botelho2015-08-171-2/+9
|
* Import parts of the ALTQ framework from latest KAME snapshot (which is up tomlaier2004-06-121-0/+170
HEAD at this point). This will not exactly live in a vendor branch, but have the vendor backing to make it easier to exchange diffs. This will be followed by a diff which takes most of the .c files off the vendor branch in order to: - add locking - disable ALTQ3_COMPAT code (which is outdated and "un-lockable") There is work in progress to refine the configuration API. Import this "as is" now to have more exposure time before 5-STABLE. This is only the import, it will be some more days until you will actually be able to compile ALTQ support into your kernel so don't hold your breath. HEADUPs will be posted on current@ and net@ before this is actually enabled. No-objection: re(scottl), core(rwatson)
OpenPOWER on IntegriCloud