]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
pkt_sched: Update qdisc requeue stats in dev_requeue_skb()
authorJarek Poplawski <jarkao2@gmail.com>
Wed, 8 Oct 2008 18:36:22 +0000 (11:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Oct 2008 18:36:22 +0000 (11:36 -0700)
commit53e915034970935596703a6005cde27c2128b5c3
tree6bb1b4270bf1984f235a18bf578497d0dd21d7a3
parent52cd5750e81ec8d213949fa7c0d2e08907bf498b
pkt_sched: Update qdisc requeue stats in dev_requeue_skb()

After the last change of requeuing there is no info about such
incidents in tc stats. This patch updates the counter, but we should
consider this should differ from previous stats because of additional
checks preventing to repeat this. On the other hand, previous stats
didn't include requeuing of gso_segmented skbs.

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