linux_dsm_epyc7002/drivers/net/ethernet/mediatek
Sean Wang 635372ada4 net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier used
The patch makes move wmb() to outside the loop that could help
RX path handling more faster although that RX descriptors aren't
freed for DMA to use as soon as possible, but based on my experiment
and the result shows it still can reach about 943Mbpis without
performance drop that is tested based on the setup with one port
using Giga PHY and 256 RX descriptors for DMA to move.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-06 13:33:19 -07:00
..
Kconfig
Makefile
mtk_eth_soc.c net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier used 2016-09-06 13:33:19 -07:00
mtk_eth_soc.h net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ethernet RX 2016-08-26 21:06:58 -07:00