]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'amd-xgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2015 20:34:03 +0000 (16:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2015 20:34:03 +0000 (16:34 -0400)
commitb4c11cb437fdb34b57b3a96f04288421d9a19e8d
treefb6eb9f32cf98ace59ea3cc3a5fd8dcc3f8a2a6b
parentebd6af092a221fc38e28fbb7995c0c7e3f0df875
parent385565a1f0d365793e1f90746237d508bfeef9af
Merge branch 'amd-xgbe-next'

Tom Lendacky says:

====================
amd-xgbe: AMD XGBE driver updates 2015-03-19

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

- Use the phydev->advertising field instead of the phydev->supported
  field when configuring for auto-negotiation, etc.
- Use the phy_driver flags field for setting the transceiver type
  instead of hardcoding it in the ethtool support.
- Provide an auto-negotiation timeout check
- Clarify the Tx/Rx queue information messages
- Use the new DMA memory barrier operations
- Set the device DMA mask based on what the hardware reports
- Remove the software implementation of Tx coalescing
- Fix the reporting of the Rx coalescing value
- Use napi_alloc_skb when allocating an SKB in softirq

This patch series is based on net-next.

Changes from v2:
- Use jiffies instead of timespec for the auto-negotiation timeout check
- Remove the Rx path SKB allocation re-work patch since we should only
  inline the headers and the current code guards better against any
  hardware bugs

Changes from v1:
- Default to 32-bit DMA width (minimum supported) if hardware returns
  an unexpected DMA width value
====================

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