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:
3d03641
)
net/mlx4_en: Use prefetch in tx path
author
Eric Dumazet
<edumazet@google.com>
Sun, 5 Oct 2014 09:35:14 +0000
(12:35 +0300)
committer
David S. Miller
<davem@davemloft.net>
Mon, 6 Oct 2014 05:04:15 +0000
(
01:04
-0400)
mlx4_en_free_tx_desc() uses a prefetchw(&skb->users) to speed up
consume_skb()
prefetchw(&ring->tx_queue->dql) to speed up BQL update
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_tx.c
patch
|
blob
|
history
diff --cc
drivers/net/ethernet/mellanox/mlx4/en_tx.c
Simple merge