]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb5c65b37088cb81769d4b229af8e80dc4e898bd1
tree252e22443ecfa3b53e6439b228c4f44d875046fe
parente6ed1c3067618f06bc90128ce5da9110e67095fc
parent1cd4ce9697831fcb34fda9c5f117fd5feb925a8b
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>