Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/8] amd-xgbe: AMD XGBE driver updates 2014-11-20
@ 2014-11-20 17:03 Tom Lendacky
  2014-11-20 17:03 ` [PATCH net-next v1 1/8] amd-xgbe: Add a read memory barrier to Tx/Rx path Tom Lendacky
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Tom Lendacky @ 2014-11-20 17:03 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

The following series of patches includes functional updates to the
driver as well as some trivial changes.

- Add a read memory barrier in the Tx and Rx path after checking the
  descriptor ownership bit
- Wait for the Tx engine to stop/suspend before issuing a stop command
- Implement a smatch tool suggestion to simplify an if statement
- Separate out Tx and Rx ring data fields into their own structures
- Add BQL support
- Remove an unused variable
- Change Tx coalescing support to operate on packet basis instead of
  a descriptor basis
- Add support for the skb->xmit_more flag

This patch series is based on net-next.

---

Tom Lendacky (8):
      amd-xgbe: Add a read memory barrier to Tx/Rx path
      amd-xgbe: Tx engine must not be active before stopping it
      amd-xgbe: Incorporate Smatch coding suggestion
      amd-xgbe: Separate Tx/Rx ring data fields into new structs
      amd-xgbe: Add BQL support
      amd-xgbe: Remove unused variable
      amd-xgbe: Perform Tx coalescing on a packet basis
      amd-xgbe: Add support for the skb->xmit_more flag


 drivers/net/ethernet/amd/xgbe/xgbe-common.h |   21 ++-
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c   |   40 +++---
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c    |  170 +++++++++++++++++++++------
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c    |  112 ++++++++++++++----
 drivers/net/ethernet/amd/xgbe/xgbe.h        |   42 ++++++-
 5 files changed, 289 insertions(+), 96 deletions(-)

-- 
Tom Lendacky

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

end of thread, other threads:[~2014-11-21 20:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 17:03 [PATCH net-next v1 0/8] amd-xgbe: AMD XGBE driver updates 2014-11-20 Tom Lendacky
2014-11-20 17:03 ` [PATCH net-next v1 1/8] amd-xgbe: Add a read memory barrier to Tx/Rx path Tom Lendacky
2014-11-20 17:03 ` [PATCH net-next v1 2/8] amd-xgbe: Tx engine must not be active before stopping it Tom Lendacky
2014-11-20 17:03 ` [PATCH net-next v1 3/8] amd-xgbe: Incorporate Smatch coding suggestion Tom Lendacky
2014-11-20 17:03 ` [PATCH net-next v1 4/8] amd-xgbe: Separate Tx/Rx ring data fields into new structs Tom Lendacky
2014-11-20 17:03 ` [PATCH net-next v1 5/8] amd-xgbe: Add BQL support Tom Lendacky
2014-11-20 17:03 ` [PATCH net-next v1 6/8] amd-xgbe: Remove unused variable Tom Lendacky
2014-11-20 17:04 ` [PATCH net-next v1 7/8] amd-xgbe: Perform Tx coalescing on a packet basis Tom Lendacky
2014-11-20 17:04 ` [PATCH net-next v1 8/8] amd-xgbe: Add support for the skb->xmit_more flag Tom Lendacky
2014-11-21 20:20 ` [PATCH net-next v1 0/8] amd-xgbe: AMD XGBE driver updates 2014-11-20 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox