Merge branch 'amd-xgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2014 04:38:15 +0000 (21:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2014 04:38:15 +0000 (21:38 -0700)
commit52d14c6661bc08ed51c271a5a9ff3210abef98b4
tree261df2646726e81ebec132809f7afbbbbdaef01c
parentdb55b62cab8d458aba4e7a81dc4dd98b45c03d85
parentcfa50c7811fe3857fd882be96b2b2f130fa5da6d
Merge branch 'amd-xgbe-next'

Tom Lendacky says:

====================
amd-xgbe: AMD 10Gb Ethernet driver updates

The following series fixes some bugs and provides new/changed support
in the driver.

- Fix a debugfs backward compatibility issue introduced by a previous patch
- Write to the interrupt enablement register, not the status register when
  setting MTL interrupts
- Call netif_napi_del whenever the ndo_stop operation is called (to match
  the call to netif_napi_add on ndo_open)
- Peformance enhancements:
  - Adjusted default coalescing settings
  - AXI DMA changes (burst length size and cache settings)
  - ioread/iowrite reduction during interrupt
  - Napi poll updates
- AXI DMA settings based on device tree property to account for a change in
  the ARM64 default cache operations assignment

This patch series is based on net-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>