Merge branch 'amd-xgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2015 19:21:44 +0000 (15:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2015 19:21:44 +0000 (15:21 -0400)
commit54eac85057fdc3f1a2100963e0ab292b72fea3d6
treef251c7b58cee7fbab2699f475e03ff7ac5eaabe8
parent6eaf9d1892e27ee4c661c61fbc3e90281370b358
parentfc7aabf0072fb9540f275f07afaf0724fbf6a176
Merge branch 'amd-xgbe-next'

Tom Lendacky says:

====================
amd-xgbe: AMD XGBE driver updates 2015-05-12

The following series of patches includes functional updates and changes
to the driver.

- Add additional statistics to be collected and reported
- Use the netif_* functions for issuing some debug and informational
  driver messages
- Rx path SKB allocation cleanup/simplification
- Remove stand-alone phylib driver and incorporate function into the nic
  driver
- Simplify device tree support while maintaining backwards compatibility
- Fix the flow control negotiation logic to properly configure flow
  control
- Remove the checking and setting of the device dma_mask field

This patch series is based on net-next.

Changes in v2:
- Change from using the netif_msg_*/netdev_* combination for issuing
  messages to the more concise netif_*
====================

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