This patch set fixes some of the issues found during testing. Please apply.
v1->v2: incorporate review feedback net/bnxt: fix log levels for non error conditions. net/bnxt: fix to avoid a segfault net/bnxt: fix vnic cleanup net/bnxt: fix set link config net/bnxt: reset VF stats during initialization net/bnxt: fix VLAN antispoof configuration code net/bnxt: check invalid l2_filter_id net/bnxt: fix to free a filter before reusing it drivers/net/bnxt/bnxt.h | 7 ++ drivers/net/bnxt/bnxt_cpr.c | 2 +- drivers/net/bnxt/bnxt_hwrm.c | 76 +++++++++++- drivers/net/bnxt/bnxt_hwrm.h | 3 + drivers/net/bnxt/hsi_struct_def_dpdk.h | 81 ++++++++++++- drivers/net/bnxt/rte_pmd_bnxt.c | 178 ++++++++++++++++------------ -- 2.10.1 (Apple Git-78)