This patch series for net-next contains cleanups, new features and minor fixes. The driver specific busy polling code is removed to use busy polling support in core networking. Hardware RFS support is enhanced with added ipv6 flows support and VF support. A new scheme to allocate TX rings from the firmware is implemented for newer chips and firmware. Plus some misc. cleanups, minor fixes, and to add the maintainer entry. Please review.
Michael Chan (14): bnxt_en: Remove busy poll logic in the driver. bnxt_en: Use napi_complete_done() bnxt_en: Improve the IRQ disable sequence during shutdown. bnxt_en: Fix and clarify link_info->advertising. bnxt_en: Refactor TPA code path. bnxt_en: Add function to get vnic capability. bnxt_en: Refactor code that determines RFS capability. bnxt_en: Add new hardware RFS mode. bnxt_en: Assign additional vnics to VFs. bnxt_en: Add IPV6 hardware RFS support. bnxt_en: Implement new scheme to reserve tx rings. bnxt_en: Set default completion ring for async events. bnxt_en: Handle no aggregation ring gracefully. MAINTAINERS: Add bnxt_en maintainer info. MAINTAINERS | 6 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 385 +++++++++++++++------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 108 +----- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 73 +++- drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 34 ++ drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 15 +- 6 files changed, 388 insertions(+), 233 deletions(-) -- 1.8.3.1