All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/7] amd-xgbe: AMD XGBE driver updates 2015-05-12
@ 2015-05-12 19:22 Tom Lendacky
  2015-05-12 19:22 ` [PATCH net-next v1 1/7] amd-xgbe: Add additional stats to be reported via ethtool Tom Lendacky
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Tom Lendacky @ 2015-05-12 19:22 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_msg_* 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.

---

Tom Lendacky (7):
      amd-xgbe: Add additional stats to be reported via ethtool
      amd-xgbe: Add netif_msg_* support for driver messages
      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           |   20 
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c          |   41 
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c           |  115 +
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |  348 ++--
 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                            |    6 
 drivers/net/phy/Makefile                           |    1 
 drivers/net/phy/amd-xgbe-phy.c                     | 1862 --------------------
 16 files changed, 2125 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] 12+ messages in thread

end of thread, other threads:[~2015-05-13 14:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 19:22 [PATCH net-next v1 0/7] amd-xgbe: AMD XGBE driver updates 2015-05-12 Tom Lendacky
2015-05-12 19:22 ` [PATCH net-next v1 1/7] amd-xgbe: Add additional stats to be reported via ethtool Tom Lendacky
2015-05-12 19:22 ` [PATCH net-next v1 2/7] amd-xgbe: Add netif_msg_* support for driver messages Tom Lendacky
2015-05-12 19:44   ` Joe Perches
2015-05-12 20:03     ` Tom Lendacky
2015-05-12 19:22 ` [PATCH net-next v1 3/7] amd-xgbe: Rework the Rx path SKB allocation Tom Lendacky
2015-05-12 19:22 ` [PATCH net-next v1 4/7] amd-xgbe: Move the PHY support into amd-xgbe Tom Lendacky
2015-05-12 22:19   ` Florian Fainelli
2015-05-13 14:01     ` Tom Lendacky
2015-05-12 19:23 ` [PATCH net-next v1 5/7] amd-xgbe: Support defining PHY resources in ETH device node Tom Lendacky
2015-05-12 19:23 ` [PATCH net-next v1 6/7] amd-xgbe: Fix flow control setting logic Tom Lendacky
2015-05-12 19:23 ` [PATCH net-next v1 7/7] amd-xgbe: Remove manual check and set of dma_mask pointer Tom Lendacky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.