]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'amd-xgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2016 20:22:21 +0000 (15:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2016 20:22:21 +0000 (15:22 -0500)
commit6e7b12c7ee3e8eee2ddeb61bc93939fa16d7454f
treed41b051a6ee63f4c7157456c5788454246e186ec
parentce150cbb9120c38292355d13f64372c6d3f8d4ee
parent1850f86d4e8e5076b03107f628fc44fa06e29019
Merge branch 'amd-xgbe-next'

Tom Lendacky says:

====================
amd-xgbe: AMD XGBE driver updates 2016-02-12

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
  e8dc1cb507fd (net: rework setup_tc ndo op to consume general tc operand)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>