netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/9] amd-xgbe: AMD XGBE driver updates 2015-03-19
@ 2015-03-20 16:49 Tom Lendacky
  2015-03-20 16:49 ` [PATCH net-next v3 1/9] amd-xgbe-phy: Use phydev advertising field vs supported Tom Lendacky
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Tom Lendacky @ 2015-03-20 16:49 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

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

Tom Lendacky (9):
      amd-xgbe-phy: Use phydev advertising field vs supported
      amd-xgbe-phy: Use the phy_driver flags field
      amd-xgbe-phy: Provide support for auto-negotiation timeout
      amd-xgbe: Clarify output message about queues
      amd-xgbe: Use the new DMA memory barriers where appropriate
      amd-xgbe: Set DMA mask based on hardware register value
      amd-xgbe: Remove Tx coalescing
      amd-xgbe: Fix Rx coalescing reporting
      amd-xgbe: Use napi_alloc_skb when allocating skb in softirq


 drivers/net/ethernet/amd/xgbe/xgbe-common.h  |    2 +
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c     |   28 ++++---
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c     |   45 ++++++++----
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c |   19 ++---
 drivers/net/ethernet/amd/xgbe/xgbe-main.c    |   19 +++--
 drivers/net/ethernet/amd/xgbe/xgbe.h         |    6 +-
 drivers/net/phy/amd-xgbe-phy.c               |   98 ++++++++++++++++----------
 7 files changed, 127 insertions(+), 90 deletions(-)

-- 
Tom Lendacky

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-20 20:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 16:49 [PATCH net-next v3 0/9] amd-xgbe: AMD XGBE driver updates 2015-03-19 Tom Lendacky
2015-03-20 16:49 ` [PATCH net-next v3 1/9] amd-xgbe-phy: Use phydev advertising field vs supported Tom Lendacky
2015-03-20 16:49 ` [PATCH net-next v3 2/9] amd-xgbe-phy: Use the phy_driver flags field Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 3/9] amd-xgbe-phy: Provide support for auto-negotiation timeout Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 4/9] amd-xgbe: Clarify output message about queues Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 5/9] amd-xgbe: Use the new DMA memory barriers where appropriate Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 6/9] amd-xgbe: Set DMA mask based on hardware register value Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 7/9] amd-xgbe: Remove Tx coalescing Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 8/9] amd-xgbe: Fix Rx coalescing reporting Tom Lendacky
2015-03-20 16:50 ` [PATCH net-next v3 9/9] amd-xgbe: Use napi_alloc_skb when allocating skb in softirq Tom Lendacky
2015-03-20 20:34 ` [PATCH net-next v3 0/9] amd-xgbe: AMD XGBE driver updates 2015-03-19 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).