Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1400746 > unrolled thread
| Started by | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| First post | 2016-05-13 14:10 +0200 |
| Last post | 2016-05-13 14:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] net: mv643xx_eth: improve performance Jisheng Zhang <jszhang@marvell.com> - 2016-05-13 14:10 +0200
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Date | 2016-05-13 14:10 +0200 |
| Subject | [PATCH 0/2] net: mv643xx_eth: improve performance |
| Message-ID | <ryk4O-2Yo-19@gated-at.bofh.it> |
This series is to improve the mv643xx_eth driver performance by using
{readl|writel}_relaxed or appropriate memory barriers.
Since I have no mv643xx_eth platforms, tests are appreciated!
Jisheng Zhang (2):
net: mv643xx_eth: use {readl|writel}_relaxed instead of readl/writel
net: mv643xx_eth: use dma_wmb/rmb where appropriate
drivers/net/ethernet/marvell/mv643xx_eth.c | 43 +++++++++++++++---------------
1 file changed, 22 insertions(+), 21 deletions(-)
--
2.8.1
Back to top | Article view | linux.kernel
csiph-web