The first patch of the series adds support for a new device. Rest of the patches in the patchset fix some of the issues found during testing.
net/bnxt: add support for Stratus VF device net/bnxt: fix mtu configuration for the function net/bnxt: fix calculation of VNICs net/bnxt: pass func_default flag to VNIC_ALLOC net/bnxt: fix automatic clearing of VF stats net/bnxt: fix some link related issues net/bnxt: fix copy/pasted error message drivers/net/bnxt/bnxt.h | 5 ++ drivers/net/bnxt/bnxt_ethdev.c | 6 +- drivers/net/bnxt/bnxt_hwrm.c | 132 +++++++++++++++++++++++++-------- drivers/net/bnxt/bnxt_hwrm.h | 5 +- drivers/net/bnxt/hsi_struct_def_dpdk.h | 19 +++++ drivers/net/bnxt/rte_pmd_bnxt.c | 63 ++++++++++++++-- drivers/net/bnxt/rte_pmd_bnxt.h | 18 +++++ 7 files changed, 208 insertions(+), 40 deletions(-) -- 2.10.1 (Apple Git-78)