Merge branch 'amd-xgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2014 20:19:15 +0000 (15:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2014 20:19:15 +0000 (15:19 -0500)
commit7d7a10792d729e7a0e3627b1b85b9312c4785542
tree252e22443ecfa3b53e6439b228c4f44d875046fe
parent91ecee6846704cbd0ec14509b86e99c291cd9bcd
parent16958a2b05def4ed214ae681b7ee4ce8537b00fb
Merge branch 'amd-xgbe-next'

Tom Lendacky says:

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

The following series of patches includes functional updates to the
driver as well as some trivial changes.

- Add a read memory barrier in the Tx and Rx path after checking the
  descriptor ownership bit
- Wait for the Tx engine to stop/suspend before issuing a stop command
- Implement a smatch tool suggestion to simplify an if statement
- Separate out Tx and Rx ring data fields into their own structures
- Add BQL support
- Remove an unused variable
- Change Tx coalescing support to operate on packet basis instead of
  a descriptor basis
- Add support for the skb->xmit_more flag

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

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