Merge branch 'amd-xgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Nov 2014 02:50:43 +0000 (21:50 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Nov 2014 02:50:43 +0000 (21:50 -0500)
commit2c99cd914d4fed9160d98849c9dd38034616768e
treefd6c145593ff1c901a9980765952700586d6fe20
parent25de4668d094f00e44a8f2428dd3c1a4ecfa0053
parent5cdec679671741bcca1f8280699a64b42c9fa2b4
Merge branch 'amd-xgbe-next'

Tom Lendacky says:

====================
amd-xgbe: AMD XGBE driver updates 2014-11-04

The following series of patches includes functional updates to the
driver as well as some trivial changes for function renaming and
spelling fixes.

- Move channel and ring structure allocation into the device open path
- Rename the pre_xmit function to dev_xmit
- Explicitly use the u32 data type for the device descriptors
- Use page allocation for the receive buffers
- Add support for split header/payload receive
- Add support for per DMA channel interrupts
- Add support for receive side scaling (RSS)
- Add support for ethtool receive side scaling commands
- Fix the spelling of descriptors
- After a PCS reset, sync the PCS and PHY modes
- Add dependency on HAS_IOMEM to both the amd-xgbe and amd-xgbe-phy
  drivers

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

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