From: Asim Shankar Date: Tue, 3 May 2005 21:39:33 +0000 (-0700) Subject: [PKT_SCHED]: HTB: Drop packet when direct queue is full X-Git-Tag: v2.6.12-rc4~117^2~23^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033d899904792d3501b7dd469495ca9138424ec3;p=pandora-kernel.git [PKT_SCHED]: HTB: Drop packet when direct queue is full htb_enqueue(): Free skb and return NET_XMIT_DROP if a packet is destined for the direct_queue but the direct_queue is full. (Before this: erroneously returned NET_XMIT_SUCCESS even though the packet was not enqueued) Signed-off-by: Asim Shankar Signed-off-by: David S. Miller --- Reading git-diff-tree failed