git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18cf124
)
net_sched: sfb: optimize enqueue on full queue
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 25 Aug 2011 06:21:32 +0000
(06:21 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Aug 2011 16:55:18 +0000
(12:55 -0400)
In case SFB queue is full (hard limit reached), there is no point
spending time to compute hash and maximum qlen/p_mark.
We instead just early drop packet.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found