Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: calxedaxgmac: set outstanding AXI bus transactions to 8

Increase the number of outstanding read and write AXI transactions from 1
to 8 for better performance.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Rob Herring and committed by
David S. Miller
e36ce6eb 7c400919

+1 -1
+1 -1
drivers/net/ethernet/calxeda/xgmac.c
··· 970 970 writel(DMA_INTR_DEFAULT_MASK, ioaddr + XGMAC_DMA_INTR_ENA); 971 971 972 972 /* XGMAC requires AXI bus init. This is a 'magic number' for now */ 973 - writel(0x000100E, ioaddr + XGMAC_DMA_AXI_BUS); 973 + writel(0x0077000E, ioaddr + XGMAC_DMA_AXI_BUS); 974 974 975 975 ctrl |= XGMAC_CONTROL_DDIC | XGMAC_CONTROL_JE | XGMAC_CONTROL_ACS | 976 976 XGMAC_CONTROL_CAR;