linux/drivers/net/ethernet/amd/xgbe
Lendacky, Thomas 9867e8fb2c amd-xgbe: Performance enhancements
This patch provides some general performance enhancements for the
driver:
  - Modify the default coalescing settings (reduce usec, increase frames)
  - Change the AXI burst length to 256 bytes (default was 16 bytes which
    was smaller than a cache line)
  - Change the AXI cache settings to write-back/write-allocate which
    allocate cache entries for received packets during the DMA since the
    packet will be processed soon afterwards
  - Combine ioread/iowrite when disabling both the Tx and Rx interrupts
  - Change to processing the Tx/Rx channels in pairs
  - Only recycle the Rx descriptors when a threshold of dirty descriptors
    is reached

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-07 21:38:06 -07:00
..
Makefile amd-xgbe: Initial AMD 10GbE platform driver 2014-06-05 15:26:51 -07:00
xgbe-common.h amd-xgbe: Performance enhancements 2014-07-07 21:38:06 -07:00
xgbe-debugfs.c amd-xgbe: Fix debugfs compatibility change with kstrtouint 2014-07-07 21:38:06 -07:00
xgbe-desc.c amd-xgbe: Make defines in xgbe.h unique 2014-06-26 17:14:03 -07:00
xgbe-dev.c amd-xgbe: Performance enhancements 2014-07-07 21:38:06 -07:00
xgbe-drv.c amd-xgbe: Performance enhancements 2014-07-07 21:38:06 -07:00
xgbe-ethtool.c amd-xgbe: Initial AMD 10GbE platform driver 2014-06-05 15:26:51 -07:00
xgbe-main.c amd-xgbe: Change destination address filtering support 2014-06-26 17:14:04 -07:00
xgbe-mdio.c amd-xgbe: unwind on error in xgbe_mdio_register() 2014-06-11 15:39:19 -07:00
xgbe.h amd-xgbe: Performance enhancements 2014-07-07 21:38:06 -07:00