diff options
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | 2014-07-02 22:04:46 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-08 08:38:06 +0400 |
commit | 9867e8fb2c45888cc594457914dcbba599f086c8 (patch) | |
tree | 9a64c6124f280b9368f1f7789ebf1cca855b7886 /drivers/net/ethernet/jme.c | |
parent | ff42606eed00bc065365f55269d558c06b968594 (diff) | |
download | linux-9867e8fb2c45888cc594457914dcbba599f086c8.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/jme.c')
0 files changed, 0 insertions, 0 deletions