Kconfig (008d23e4852d78bb2618f2035f8b2110b6a6b968) Kconfig (c7066f70d9610df0b9406cc635fc09e86136e714)
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 10 unchanged lines hidden (view full) ---

19 example if some of your network devices are real time devices that
20 need a certain minimum data flow rate, or if you need to limit the
21 maximum data flow rate for traffic which matches specified criteria.
22 This code is considered to be experimental.
23
24 To administer these schedulers, you'll need the user-level utilities
25 from the package iproute2+tc at <ftp://ftp.tux.org/pub/net/ip-routing/>.
26 That package also contains some documentation; for more, check out
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 10 unchanged lines hidden (view full) ---

19 example if some of your network devices are real time devices that
20 need a certain minimum data flow rate, or if you need to limit the
21 maximum data flow rate for traffic which matches specified criteria.
22 This code is considered to be experimental.
23
24 To administer these schedulers, you'll need the user-level utilities
25 from the package iproute2+tc at <ftp://ftp.tux.org/pub/net/ip-routing/>.
26 That package also contains some documentation; for more, check out
27 <http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2>.
27 <http://linux-net.osdl.org/index.php/Iproute2>.
28
29 This Quality of Service (QoS) support will enable you to use
30 Differentiated Services (diffserv) and Resource Reservation Protocol
31 (RSVP) on your Linux router if you also say Y to the corresponding
32 classifiers below. Documentation and software is at
33 <http://diffserv.sourceforge.net/>.
34
35 If you say Y here and to "/proc file system" below, you will be able

--- 202 unchanged lines hidden (view full) ---

238 traffic control indices. You will want this feature if you want
239 to implement Differentiated Services together with DSMARK.
240
241 To compile this code as a module, choose M here: the
242 module will be called cls_tcindex.
243
244config NET_CLS_ROUTE4
245 tristate "Routing decision (ROUTE)"
28
29 This Quality of Service (QoS) support will enable you to use
30 Differentiated Services (diffserv) and Resource Reservation Protocol
31 (RSVP) on your Linux router if you also say Y to the corresponding
32 classifiers below. Documentation and software is at
33 <http://diffserv.sourceforge.net/>.
34
35 If you say Y here and to "/proc file system" below, you will be able

--- 202 unchanged lines hidden (view full) ---

238 traffic control indices. You will want this feature if you want
239 to implement Differentiated Services together with DSMARK.
240
241 To compile this code as a module, choose M here: the
242 module will be called cls_tcindex.
243
244config NET_CLS_ROUTE4
245 tristate "Routing decision (ROUTE)"
246 select NET_CLS_ROUTE
246 select IP_ROUTE_CLASSID
247 select NET_CLS
248 ---help---
249 If you say Y here, you will be able to classify packets
250 according to the route table entry they matched.
251
252 To compile this code as a module, choose M here: the
253 module will be called cls_route.
254
247 select NET_CLS
248 ---help---
249 If you say Y here, you will be able to classify packets
250 according to the route table entry they matched.
251
252 To compile this code as a module, choose M here: the
253 module will be called cls_route.
254
255config NET_CLS_ROUTE
256 bool
257
258config NET_CLS_FW
259 tristate "Netfilter mark (FW)"
260 select NET_CLS
261 ---help---
262 If you say Y here, you will be able to classify packets
263 according to netfilter/firewall marks.
264
265 To compile this code as a module, choose M here: the

--- 277 unchanged lines hidden ---
255config NET_CLS_FW
256 tristate "Netfilter mark (FW)"
257 select NET_CLS
258 ---help---
259 If you say Y here, you will be able to classify packets
260 according to netfilter/firewall marks.
261
262 To compile this code as a module, choose M here: the

--- 277 unchanged lines hidden ---