]> git.baikalelectronics.ru Git - kernel.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)
commit2ab810aabd13d71031191115df6abc6a31f97a4d
treee88dbc0763faca774228cf9c2d42faa0cd0c8782
parentae2cb4c586cf6b98380111a842fa69e9afbb840e
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 e98b6a227c3443f925281ac191aa76451ad0b57a.

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