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:
a00d210
)
pktgen: Fix delay handling
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 1 Oct 2009 16:29:45 +0000
(09:29 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Oct 2009 16:29:45 +0000
(09:29 -0700)
After last pktgen changes, delay handling is wrong.
pktgen actually sends packets at full line speed.
Fix is to update pkt_dev->next_tx even if spin() returns early,
so that next spin() calls have a chance to see a positive delay.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found