netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 00/12] amd-xgbe: AMD XGBE driver updates 2014-11-04
@ 2014-11-04 22:06 Tom Lendacky
  2014-11-04 22:06 ` [PATCH net-next v1 01/12] amd-xgbe: Move ring allocation to device open Tom Lendacky
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Tom Lendacky @ 2014-11-04 22:06 UTC (permalink / raw)
  To: netdev; +Cc: davem

The following series of patches includes functional updates to the
driver as well as some trivial changes for function renaming and
spelling fixes.

- Move channel and ring structure allocation into the device open path
- Rename the pre_xmit function to dev_xmit
- Explicitly use the u32 data type for the device descriptors
- Use page allocation for the receive buffers
- Add support for split header/payload receive
- Add support for per DMA channel interrupts
- Add support for receive side scaling (RSS)
- Add support for ethtool receive side scaling commands
- Fix the spelling of descriptors
- After a PCS reset, sync the PCS and PHY modes
- Add dependency on HAS_IOMEM to both the amd-xgbe and amd-xgbe-phy
  drivers

This patch series is based on net-next.

---

Tom Lendacky (12):
      amd-xgbe: Move ring allocation to device open
      amd-xgbe: Rename pre_xmit function to dev_xmit
      amd-xgbe: Use the u32 data type for descriptors
      amd-xgbe: Use page allocations for Rx buffers
      amd-xgbe: Implement split header receive support
      amd-xgbe: Add support for per DMA channel interrupts
      amd-xgbe: Provide support for receive side scaling
      amd-xgbe: Add receive side scaling ethtool support
      amd-xgbe: Fix a spelling error
      amd-xgbe-phy: Sync PCS and PHY modes after reset
      amd-xgbe: Let AMD_XGBE depend on HAS_IOMEM
      amd-xgbe-phy: Let AMD_XGBE_PHY depend on HAS_IOMEM


 Documentation/devicetree/bindings/net/amd-xgbe.txt |   12 -
 drivers/net/ethernet/amd/Kconfig                   |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-common.h        |   42 ++
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c          |  193 +++++++--
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c           |  288 ++++++++++---
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |  445 ++++++++++++++++----
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c       |   82 ++++
 drivers/net/ethernet/amd/xgbe/xgbe-main.c          |   86 +---
 drivers/net/ethernet/amd/xgbe/xgbe.h               |   77 +++
 drivers/net/phy/Kconfig                            |    2 
 drivers/net/phy/amd-xgbe-phy.c                     |    3 
 11 files changed, 955 insertions(+), 277 deletions(-)

-- 
Tom Lendacky

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

end of thread, other threads:[~2014-11-06  3:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 22:06 [PATCH net-next v1 00/12] amd-xgbe: AMD XGBE driver updates 2014-11-04 Tom Lendacky
2014-11-04 22:06 ` [PATCH net-next v1 01/12] amd-xgbe: Move ring allocation to device open Tom Lendacky
2014-11-04 22:06 ` [PATCH net-next v1 02/12] amd-xgbe: Rename pre_xmit function to dev_xmit Tom Lendacky
2014-11-04 22:06 ` [PATCH net-next v1 03/12] amd-xgbe: Use the u32 data type for descriptors Tom Lendacky
2014-11-04 22:06 ` [PATCH net-next v1 04/12] amd-xgbe: Use page allocations for Rx buffers Tom Lendacky
2014-11-04 22:06 ` [PATCH net-next v1 05/12] amd-xgbe: Implement split header receive support Tom Lendacky
2014-11-04 22:06 ` [PATCH net-next v1 06/12] amd-xgbe: Add support for per DMA channel interrupts Tom Lendacky
2014-11-04 22:07 ` [PATCH net-next v1 07/12] amd-xgbe: Provide support for receive side scaling Tom Lendacky
2014-11-04 22:07 ` [PATCH net-next v1 08/12] amd-xgbe: Add receive side scaling ethtool support Tom Lendacky
2014-11-04 22:07 ` [PATCH net-next v1 09/12] amd-xgbe: Fix a spelling error Tom Lendacky
2014-11-04 22:07 ` [PATCH net-next v1 10/12] amd-xgbe-phy: Sync PCS and PHY modes after reset Tom Lendacky
2014-11-04 22:07 ` [PATCH net-next v1 11/12] amd-xgbe: Let AMD_XGBE depend on HAS_IOMEM Tom Lendacky
2014-11-04 22:07 ` [PATCH net-next v1 12/12] amd-xgbe-phy: Let AMD_XGBE_PHY " Tom Lendacky
2014-11-06  3:00 ` [PATCH net-next v1 00/12] amd-xgbe: AMD XGBE driver updates 2014-11-04 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).