Re: [RESEND] [PATCH 2.6.11.7] sch_htb: Drop packet when direct queue is full
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-05-03 21:39:30
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-05-03 21:39:30
On Fri, 29 Apr 2005 17:33:12 +0000 (UTC) Asim Shankar [off-list ref] wrote:
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 <redacted>
Applied, thanks Asim.