Patches with bug fixes. v1->v2: - Fix compilation on BSD. - Fix commit logs for some of the patches.
Ajit Khaparde (1): net/bnxt: fix compilation on BSD Kalesh AP (9): net/bnxt: use macro for PCI log format net/bnxt: return speed capabilities in device get info net/bnxt: fix HWRM command failure during FW reset net/bnxt: fix to use true/false for bool types net/bnxt: fix to handle port start failure net/bnxt: fix vlan add when port is stopped net/bnxt: add FW status location structure net/bnxt: log firmware status on early init failure net/bnxt: fix to not issue port MAC query on a VF drivers/net/bnxt/bnxt.h | 10 ++ drivers/net/bnxt/bnxt_ethdev.c | 177 ++++++++++++++++++++++--- drivers/net/bnxt/bnxt_hwrm.c | 23 ++-- drivers/net/bnxt/bnxt_ring.c | 2 +- drivers/net/bnxt/bnxt_vnic.c | 2 +- drivers/net/bnxt/hsi_struct_def_dpdk.h | 49 +++++++ drivers/net/bnxt/tf_core/stack.c | 2 +- 7 files changed, 233 insertions(+), 32 deletions(-) -- 2.21.1 (Apple Git-122.3)