netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] amd-xgbe: AMD XGBE driver updates 2015-05-12
@ 2015-05-14 16:43 Tom Lendacky
  2015-05-14 16:43 ` [PATCH net-next v2 1/7] amd-xgbe: Add additional stats to be reported via ethtool Tom Lendacky
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tom Lendacky @ 2015-05-14 16:43 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

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_*

Tom Lendacky (7):
      amd-xgbe: Add additional stats to be reported via ethtool
      amd-xgbe: Add netif_* message support to the driver
      amd-xgbe: Rework the Rx path SKB allocation
      amd-xgbe: Move the PHY support into amd-xgbe
      amd-xgbe: Support defining PHY resources in ETH device node
      amd-xgbe: Fix flow control setting logic
      amd-xgbe: Remove manual check and set of dma_mask pointer


 .../devicetree/bindings/net/amd-xgbe-phy.txt       |   48 -
 Documentation/devicetree/bindings/net/amd-xgbe.txt |   40 
 MAINTAINERS                                        |    1 
 drivers/net/ethernet/amd/Kconfig                   |    4 
 drivers/net/ethernet/amd/xgbe/xgbe-common.h        |  155 ++
 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c           |   17 
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c          |   35 
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c           |   99 +
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |  339 ++--
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c       |   79 +
 drivers/net/ethernet/amd/xgbe/xgbe-main.c          |  384 ++++
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c          | 1237 ++++++++++++-
 drivers/net/ethernet/amd/xgbe/xgbe.h               |  236 ++-
 drivers/net/phy/Kconfig                            |    7 
 drivers/net/phy/Makefile                           |    1 
 drivers/net/phy/amd-xgbe-phy.c                     | 1862 --------------------
 16 files changed, 2092 insertions(+), 2452 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
 delete mode 100644 drivers/net/phy/amd-xgbe-phy.c

-- 
Tom Lendacky

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

end of thread, other threads:[~2015-05-15 19:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 16:43 [PATCH net-next v2 0/7] amd-xgbe: AMD XGBE driver updates 2015-05-12 Tom Lendacky
2015-05-14 16:43 ` [PATCH net-next v2 1/7] amd-xgbe: Add additional stats to be reported via ethtool Tom Lendacky
2015-05-14 16:44 ` [PATCH net-next v2 2/7] amd-xgbe: Add netif_* message support to the driver Tom Lendacky
2015-05-14 16:44 ` [PATCH net-next v2 3/7] amd-xgbe: Rework the Rx path SKB allocation Tom Lendacky
2015-05-14 16:44 ` [PATCH net-next v2 4/7] amd-xgbe: Move the PHY support into amd-xgbe Tom Lendacky
2015-05-14 16:44 ` [PATCH net-next v2 5/7] amd-xgbe: Support defining PHY resources in ETH device node Tom Lendacky
2015-05-14 16:44 ` [PATCH net-next v2 6/7] amd-xgbe: Fix flow control setting logic Tom Lendacky
2015-05-14 16:44 ` [PATCH net-next v2 7/7] amd-xgbe: Remove manual check and set of dma_mask pointer Tom Lendacky
2015-05-15 19:22 ` [PATCH net-next v2 0/7] amd-xgbe: AMD XGBE driver updates 2015-05-12 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).