]> rtime.felk.cvut.cz Git - mcf548x/linux.git/commit
sch_netem: Remove classful functionality
authorJarek Poplawski <jarkao2@gmail.com>
Sun, 2 Nov 2008 07:35:24 +0000 (00:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Nov 2008 07:35:24 +0000 (00:35 -0700)
commit02201464119334690fe209849843881b8e9cfa9f
treed568246166f5f3b6c194993fadf2681b2e11c39f
parentae27e98a51526595837ab7498b23d6478a198960
sch_netem: Remove classful functionality

Patrick McHardy noticed that: "a lot of the functionality of netem
requires the inner tfifo anyways and rate-limiting is usually done
on top of netem. So I would suggest so either hard-wire the tfifo
qdisc or at least make the assumption that inner qdiscs are
work-conserving.", and later: "- a lot of other qdiscs still don't
work as inner qdiscs of netem [...]".

So, according to his suggestion, this patch removes classful options
of netem. The main reason of this change is to remove ops->requeue()
method, which is currently used only by netem.

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_netem.c