]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PKT_SCHED]: Blackhole queueing discipline
authorThomas Graf <tgraf@suug.ch>
Tue, 5 Jul 2005 22:29:16 +0000 (15:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:29:16 +0000 (15:29 -0700)
commit63d886c96b2a580b1bf764de238ba3c63515b5ee
treedf855d79c4d956f5db562c0793ce307dd22f62b4
parentc1b4a7e69576d65efc31a8cea0714173c2841244
[PKT_SCHED]: Blackhole queueing discipline

Useful in combination with classful qdiscs to drop or
temporary disable certain flows, e.g. one could block
specific ds flows with dsmark.

Unlike the noop qdisc it can be controlled by the user and
statistic accounting is done.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Makefile
net/sched/sch_blackhole.c [new file with mode: 0644]