summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2015-08-21 22:02:22 +0000
committerloos <loos@FreeBSD.org>2015-08-21 22:02:22 +0000
commit498601242d037970fd571c0aa7a61a9253e174d3 (patch)
treeea97933754c975699989e1fe3ca8b6e419c1d685 /sys/conf
parent85b63621ce55e70a1e80d1f557aec7f20b41a514 (diff)
downloadFreeBSD-src-498601242d037970fd571c0aa7a61a9253e174d3.zip
FreeBSD-src-498601242d037970fd571c0aa7a61a9253e174d3.tar.gz
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)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e89423d..8da969c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3429,6 +3429,7 @@ libkern/zlib.c optional crypto | geom_uzip | ipsec | \
ddb_ctf | gzio | geom_uncompress
net/altq/altq_cbq.c optional altq
net/altq/altq_cdnr.c optional altq
+net/altq/altq_codel.c optional altq
net/altq/altq_hfsc.c optional altq
net/altq/altq_fairq.c optional altq
net/altq/altq_priq.c optional altq
diff --git a/sys/conf/options b/sys/conf/options
index 30bbc53..089b1a2 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -388,6 +388,7 @@ ACCEPT_FILTER_HTTP
ALTQ opt_global.h
ALTQ_CBQ opt_altq.h
ALTQ_CDNR opt_altq.h
+ALTQ_CODEL opt_altq.h
ALTQ_DEBUG opt_altq.h
ALTQ_HFSC opt_altq.h
ALTQ_FAIRQ opt_altq.h
OpenPOWER on IntegriCloud