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.
v1->v2: incorporate review comments 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 get link config net/bnxt: fix autoneg on 10GBase-T links net/bnxt: fix set link config 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 ++++ drivers/net/bnxt/rte_pmd_bnxt_version.map | 1 + 8 files changed, 209 insertions(+), 40 deletions(-) -- 2.10.1 (Apple Git-78)