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:
691b3b7
)
net: reduce net_rx_action() latency to 2 HZ
author
Eric Dumazet
<edumazt@google.com>
Tue, 5 Mar 2013 07:15:13 +0000
(07:15 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 6 Mar 2013 07:47:06 +0000
(
02:47
-0500)
We should use time_after_eq() to get maximum latency of two ticks,
instead of three.
Bug added in commit
24f8b2385
(net: increase receive packet quantum)
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c
patch
|
blob
|
history
diff --cc
net/core/dev.c
Simple merge