From: Thomas Graf Date: Sun, 19 Jun 2005 05:57:26 +0000 (-0700) Subject: [PKT_SCHED]: Generic queue management interface for qdiscs using internal skb queues X-Git-Tag: v2.6.14-rc2~49^2~36^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9972b25d0c6e7f8f893eb3444dea37b42b1201de;p=pandora-kernel.git [PKT_SCHED]: Generic queue management interface for qdiscs using internal skb queues Implements an interface to be used by leaf qdiscs maintaining an internal skb queue. The interface maintains a backlog in bytes additionaly to the skb_queue_len() maintained by the queue itself. Relevant statistics get incremented automatically. Every function comes in two variants, one assuming Qdisc->q is used as queue and the second taking a sk_buff_head as argument. Be aware that, if you use multiple queues, you still have to maintain the Qdisc->q.qlen counter yourself. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed