There are 3 bug fixes in this series to fix regressions recently introduced when adding the new ring reservations scheme. 2 minor fixes in the TC Flower code to return standard errno values and to elide some unnecessary warning dmesg. One Fixes the VLAN TCI value passed to the stack by including the entire 16-bit VLAN TCI, and the last fix is to check for valid VNIC ID before setting up or shutting down LRO/GRO.
Eddie Wai (1): bnxt_en: Fix vnic accounting in the bnxt_check_rings() path. Michael Chan (4): bnxt_en: Refactor the functions to reserve hardware rings. bnxt_en: Pass complete VLAN TCI to the stack. bnxt_en: Fix regressions when setting up MQPRIO TX rings. bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa(). Sriharsha Basavapatna (1): bnxt_en: Remove unwanted ovs-offload messages in some conditions Venkat Duvvuru (2): bnxt_en: Return standard Linux error codes for hwrm flow cmds. bnxt_en: close & open NIC, only when the interface is in running state. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 180 ++++++++++++++------------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c | 33 +++-- 3 files changed, 118 insertions(+), 96 deletions(-) -- 1.8.3.1