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:
a8404ce
)
mlx4: exploit skb->xmit_more to conditionally send doorbell
author
Eric Dumazet
<edumazet@google.com>
Thu, 25 Sep 2014 14:17:49 +0000
(07:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 28 Sep 2014 21:27:36 +0000
(17:27 -0400)
skb->xmit_more tells us if another skb is coming next.
We need to send doorbell when : xmit_more is not set,
or txqueue is stopped (preventing next skb to come immediately)
Tested with a modified pktgen version, I got a 40% increase of
throughput.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found