]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "sch_netem: Remove classful functionality"
authorstephen hemminger <shemminger@vyatta.com>
Wed, 23 Feb 2011 13:04:20 +0000 (13:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2011 06:11:55 +0000 (22:11 -0800)
commit10f6dfcfde884441db89dc66b945d6c948e1d356
treee88dbc0763faca774228cf9c2d42faa0cd0c8782
parentdf173bda2639ac744ccf596ec1f8f7e66fe4c343
Revert "sch_netem: Remove classful functionality"

Many users have wanted the old functionality that was lost
to be able to use pfifo as inner qdisc for netem. The reason that
netem could not be classful with the older API was because of the
limitations of the old dequeue/requeue interface; now that qdisc API has
a peek function, there is no longer a problem with using any
inner qdisc's.

This reverts commit 02201464119334690fe209849843881b8e9cfa9f.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_netem.c