• Home
  • Raw
  • Download

Lines Matching refs:to

9 	  When the kernel has several packets to send out over a network
10 device, it has to decide which ones to send first, which ones to
11 delay, and which ones to drop. This is the job of the queueing
12 disciplines, several different algorithms for how to do this
17 able to choose from among several alternative algorithms which can
18 then be attached to different network devices. This is useful for
20 need a certain minimum data flow rate, or if you need to limit the
22 This code is considered to be experimental.
29 This Quality of Service (QoS) support will enable you to use
31 (RSVP) on your Linux router if you also say Y to the corresponding
35 If you say Y here and to "/proc file system" below, you will be able
36 to read status information about packet schedulers from the file
40 can say Y to as many as you like. If unsure, say N now.
49 Say Y here if you want to use the Class-Based Queueing (CBQ) packet
57 say Y here. Then say Y to all the queueing algorithms below that you
58 want to use as leaf disciplines.
66 Say Y here if you want to use the Hierarchical Token Buckets (HTB)
71 HTB is very similar to CBQ regarding its goals however is has
80 Say Y here if you want to use the Hierarchical Fair Service Curve
90 Say Y here if you want to use the ATM pseudo-scheduler. This
93 the flow(s) it is handling to a given virtual circuit.
103 Say Y here if you want to use an n-band priority queue packet
112 Say Y here if you want to use an n-band queue packet scheduler
113 to support devices that have multiple hardware transmit queues.
121 Say Y here if you want to use the Random Early Detection (RED)
132 Say Y here if you want to use the Stochastic Fair Blue (SFB)
143 Say Y here if you want to use the Stochastic Fairness Queueing (SFQ)
154 Say Y here if you want to use the True Link Equalizer (TLE) packet
166 Say Y here if you want to use the Token Bucket Filter (TBF) packet
177 Say Y here if you want to use the Generic Random Early Detection
188 Say Y if you want to schedule packets according to the
190 Technical information on this method, with pointers to associated
199 Say Y if you want to emulate network delay, loss, and packet
200 re-ordering. This is often useful to simulate networks when
211 Say Y here if you want to use the Deficit Round Robin (DRR) packet
222 Say Y here if you want to use the Multi-queue Priority scheduler.
223 This scheduler allows QOS to be offloaded on NICs that have support
234 Say Y here if you want to use the CHOKe packet scheduler (CHOose
236 flows). This is a variation of RED which trys to penalize flows
245 Say Y here if you want to use the Quick Fair Queueing Scheduler (QFQ)
256 Say Y here if you want to use the Controlled Delay (CODEL)
267 Say Y here if you want to use the FQ Controlled Delay (FQ_CODEL)
279 Say Y here if you want to use classifiers for incoming packets.
289 This queuing discipline allows userspace to plug/unplug a network
292 causes following packets to enqueue until a dequeue command arrives
293 over netlink, causing the plug to be removed and resuming the normal
298 command, only packets up to the first plug are released for delivery.
299 The Remus HA project uses this module to enable speculative execution
300 of virtual machines by allowing the generated network output to be rolled
303 For more information, please refer to http://wiki.xensource.com/xenwiki/Remus
306 want to protect Xen guests with Remus.
320 Say Y here if you want to be able to classify packets using
330 Say Y here if you want to be able to classify packets based on
332 to implement Differentiated Services together with DSMARK.
343 If you say Y here, you will be able to classify packets
344 according to the route table entry they matched.
353 If you say Y here, you will be able to classify packets
354 according to netfilter/firewall marks.
363 Say Y here to be able to classify packets using a universal
373 Say Y here to make u32 gather additional statistics useful for
380 Say Y here to be able to use netfilter marks as u32 key.
386 The Resource Reservation Protocol (RSVP) permits end systems to
390 Say Y here if you want to be able to classify outgoing packets based
400 The Resource Reservation Protocol (RSVP) permits end systems to
404 Say Y here if you want to be able to classify outgoing packets based
414 If you say Y here, you will be able to classify packets based on
426 Say Y here if you want to classify packets based on the control
436 Say Y here if you want to use extended matches on top of classifiers
442 A recent version of the iproute2 package is required to use
459 Say Y here if you want to be able to classify packets based on
469 Say Y here if you want to be able to classify packets based on
479 Say Y here if you want to be able to classify packets using
489 Say Y here if you want to be able to classify packets based on
504 Say Y here if you want to be able to classify packets based on
514 Say Y here if you want to be able to classify CAN frames based
524 Say Y here if you want to be able to classify packets based on
533 Say Y here if you want to use traffic control actions. Actions
534 get attached to classifiers and are invoked after a successful
535 classification. They are used to overwrite the classification
538 A recent version of the iproute2 package is required to use
545 Say Y here if you want to do traffic policing, i.e. strict
556 Say Y here to take generic actions such as dropping and
566 Say Y here to use the generic action randomly or deterministically.
572 Say Y here to allow packets to be mirrored or redirected to
582 Say Y here to be able to invoke iptables targets after successful
592 Say Y here to do stateless NAT on IPv4 packets. You should use
602 Say Y here if you want to mangle the content of packets.
611 Say Y here to add a simple action for demonstration purposes.
614 to the console for every packet that passes by.
625 Say Y here to change skb priority or queue_mapping settings.
636 Say Y here to update some common checksum after some direct
646 Say Y here to extend the u32 and fw classifier to support
648 likely to disappear in favour of the metadata ematch.