netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/9] amd-xgbe: AMD XGBE driver updates 2016-02-12
@ 2016-02-17 17:47 Tom Lendacky
  2016-02-17 17:48 ` [PATCH net-next v2 1/9] amd-xgbe: Disable VLAN filtering when in promiscuous mode Tom Lendacky
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Tom Lendacky @ 2016-02-17 17:47 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

The following updates and fixes are included in this driver update series:

- Disable VLAN filtering in promiscuous mode
- Change from using napi_complete to napi_complete_done
- Use __napi_schedule_irqoff when running in interrupt context
- Verify ethtool speed setting is valid for the selected speedset
- Enable PFC based on the pfc_en setting
- Fix the mapping of priorities to traffic classes
- Do traffic class setup when DCB nl callbacks are invoked
- Check Rx queue fifos before stopping Rx queue DMA
- Switch from disable_irq to masking interrupts for auto-negotiation

This patch series is based on net-next.

---

Changes from v1:
- Removed #ifndef and #define of CRCPOLY_LE as part of the patch to
  disable VLAN filtering in promiscuous mode
- Reworked changes to xgbe_setup_tc to resolve conflicts with commit
  16e5cc647173 (net: rework setup_tc ndo op to consume general tc operand)

Tom Lendacky (9):
      amd-xgbe: Disable VLAN filtering when in promiscuous mode
      amd-xgbe: Change from napi_complete to napi_complete_done
      amd-xgbe: Use __napi_schedule_irqoff
      amd-xgbe: Verify forced speed matches the active speedset
      amd-xgbe: Enable/disable PFC per traffic class
      amd-xgbe: Fix the mapping of priorities to traffic classes
      amd-xgbe: Do traffic class setup when called through dcbnl
      amd-xgbe: Check Rx queue fifos before stopping Rx DMA
      amd-xgbe: Mask auto-negotiation interrupts in ISR


 drivers/net/ethernet/amd/xgbe/xgbe-common.h  |   10 -
 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c     |   39 ++-
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c     |  388 ++++++++++++++++----------
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c     |   34 +-
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c |   16 +
 drivers/net/ethernet/amd/xgbe/xgbe-main.c    |    6 
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c    |   53 ++--
 drivers/net/ethernet/amd/xgbe/xgbe.h         |   11 -
 8 files changed, 340 insertions(+), 217 deletions(-)

-- 
Tom Lendacky

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

end of thread, other threads:[~2016-02-17 20:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 17:47 [PATCH net-next v2 0/9] amd-xgbe: AMD XGBE driver updates 2016-02-12 Tom Lendacky
2016-02-17 17:48 ` [PATCH net-next v2 1/9] amd-xgbe: Disable VLAN filtering when in promiscuous mode Tom Lendacky
2016-02-17 17:48 ` [PATCH net-next v2 2/9] amd-xgbe: Change from napi_complete to napi_complete_done Tom Lendacky
2016-02-17 17:48 ` [PATCH net-next v2 3/9] amd-xgbe: Use __napi_schedule_irqoff Tom Lendacky
2016-02-17 17:48 ` [PATCH net-next v2 4/9] amd-xgbe: Verify forced speed matches the active speedset Tom Lendacky
2016-02-17 17:48 ` [PATCH net-next v2 5/9] amd-xgbe: Enable/disable PFC per traffic class Tom Lendacky
2016-02-17 17:48 ` [PATCH net-next v2 6/9] amd-xgbe: Fix the mapping of priorities to traffic classes Tom Lendacky
2016-02-17 17:49 ` [PATCH net-next v2 7/9] amd-xgbe: Do traffic class setup when called through dcbnl Tom Lendacky
2016-02-17 17:49 ` [PATCH net-next v2 8/9] amd-xgbe: Check Rx queue fifos before stopping Rx DMA Tom Lendacky
2016-02-17 17:49 ` [PATCH net-next v2 9/9] amd-xgbe: Mask auto-negotiation interrupts in ISR Tom Lendacky
2016-02-17 20:23 ` [PATCH net-next v2 0/9] amd-xgbe: AMD XGBE driver updates 2016-02-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).