Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1400746 > unrolled thread

[PATCH 0/2] net: mv643xx_eth: improve performance

Started byJisheng Zhang <jszhang@marvell.com>
First post2016-05-13 14:10 +0200
Last post2016-05-13 14:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] net: mv643xx_eth: improve performance Jisheng Zhang <jszhang@marvell.com> - 2016-05-13 14:10 +0200

#1400746 — [PATCH 0/2] net: mv643xx_eth: improve performance

FromJisheng Zhang <jszhang@marvell.com>
Date2016-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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web