Skip to content
Commit 033d8999 authored by Asim Shankar's avatar Asim Shankar Committed by David S. Miller
Browse files

[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: default avatarAsim Shankar <asimshankar@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 96edf83c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment