All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/9] amd-xgbe: AMD XGBE driver updates 2016-02-12
@ 2016-02-12 14:32 Tom Lendacky
  2016-02-12 14:32 ` [PATCH net-next v1 1/9] amd-xgbe: Disable VLAN filtering when in promiscuous mode Tom Lendacky
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Tom Lendacky @ 2016-02-12 14:32 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.

---

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     |  391 ++++++++++++++++----------
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c     |   33 +-
 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, 342 insertions(+), 217 deletions(-)

-- 
Tom Lendacky

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

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

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