commit | 033d899904792d3501b7dd469495ca9138424ec3 | [log] [tgz] |
---|---|---|
author | Asim Shankar <asimshankar@gmail.com> | Tue May 03 14:39:33 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 14:39:33 2005 -0700 |
tree | 62ed3ad46c42f30915990ee3dd234fa931f2e368 | |
parent | 96edf83c4e284c08584f97623f7c7f029759459e [diff] |
[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 <asimshankar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>