This patchset against dpdk-next-net addresses some issues found during integration testing. The first patch cleans moves some PMD specific code out of bnxt_ethdev.c and bnxt.h, while the second patch updates some HWRM definitions in hsi_struct_def_dpdk.h and the last patch fixes an issue with link status reporting.
Please apply. -- net/bnxt: move PMD specific functions net/bnxt: update HWRM defines net/bnxt: fix incorrect reporting of link status drivers/net/bnxt/bnxt.h | 26 -------------------------- drivers/net/bnxt/bnxt_ethdev.c | 18 ------------------ drivers/net/bnxt/bnxt_hwrm.c | 4 ++-- drivers/net/bnxt/hsi_struct_def_dpdk.h | 7 +++++-- drivers/net/bnxt/rte_pmd_bnxt.c | 18 ++++++++++++++++++ drivers/net/bnxt/rte_pmd_bnxt.h | 26 ++++++++++++++++++++++++++ 6 files changed, 51 insertions(+), 48 deletions(-) -- 2.10.1 (Apple Git-78)