All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net: mv643xx_eth: improve performance
@ 2016-05-13 11:59 ` Jisheng Zhang
  0 siblings, 0 replies; 14+ messages in thread
From: Jisheng Zhang @ 2016-05-13 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-05-13 15:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 11:59 [PATCH 0/2] net: mv643xx_eth: improve performance Jisheng Zhang
2016-05-13 11:59 ` Jisheng Zhang
2016-05-13 11:59 ` Jisheng Zhang
2016-05-13 11:59 ` [PATCH 1/2] net: mv643xx_eth: use {readl|writel}_relaxed instead of readl/writel Jisheng Zhang
2016-05-13 11:59   ` Jisheng Zhang
2016-05-13 11:59   ` Jisheng Zhang
2016-05-13 12:09   ` Arnd Bergmann
2016-05-13 12:09     ` Arnd Bergmann
2016-05-13 12:19     ` Jisheng Zhang
2016-05-13 12:19       ` Jisheng Zhang
2016-05-13 15:24       ` Andrew Lunn
2016-05-13 15:24         ` Andrew Lunn
2016-05-13 11:59 ` [PATCH 2/2] net: mv643xx_eth: use dma_wmb/rmb where appropriate Jisheng Zhang
2016-05-13 11:59   ` Jisheng Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.