Hi This patch set consists of enhancements, fixes, licensing and documentation changes for the QLogic bnx2x Poll Mode Driver. The patches have been generated and tested against latest dpdk tree.
Please apply. Thanks! Rasesh Harish Patil (4): bnx2x: SR-IOV VF driver changes to support OOB PF driver bnx2x: Fix x86_64-native-linuxapp-clang build error bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option doc: Add BNX2X PMD documentation Rasesh Mody (1): bnx2x: Add LICENSE.bnx2x_pmd and update source files config/common_linuxapp | 1 + doc/guides/nics/bnx2x.rst | 324 +++++++++++++++++++++++++++++++++++ drivers/net/bnx2x/LICENSE.bnx2x_pmd | 28 +++ drivers/net/bnx2x/Makefile | 2 +- drivers/net/bnx2x/bnx2x.c | 29 +--- drivers/net/bnx2x/bnx2x.h | 31 +--- drivers/net/bnx2x/bnx2x_ethdev.c | 4 + drivers/net/bnx2x/bnx2x_ethdev.h | 4 + drivers/net/bnx2x/bnx2x_logs.h | 12 ++ drivers/net/bnx2x/bnx2x_rxtx.c | 4 + drivers/net/bnx2x/bnx2x_rxtx.h | 4 + drivers/net/bnx2x/bnx2x_stats.c | 27 +-- drivers/net/bnx2x/bnx2x_stats.h | 27 +-- drivers/net/bnx2x/bnx2x_vfpf.c | 15 +- drivers/net/bnx2x/bnx2x_vfpf.h | 19 ++ drivers/net/bnx2x/debug.c | 51 ++---- drivers/net/bnx2x/ecore_fw_defs.h | 27 +-- drivers/net/bnx2x/ecore_hsi.h | 29 +--- drivers/net/bnx2x/ecore_init.h | 27 +-- drivers/net/bnx2x/ecore_init_ops.h | 27 +-- drivers/net/bnx2x/ecore_mfw_req.h | 27 +-- drivers/net/bnx2x/ecore_reg.h | 27 +-- drivers/net/bnx2x/ecore_sp.c | 27 +-- drivers/net/bnx2x/ecore_sp.h | 27 +-- drivers/net/bnx2x/elink.c | 29 +--- drivers/net/bnx2x/elink.h | 29 +--- 26 files changed, 483 insertions(+), 375 deletions(-) create mode 100644 doc/guides/nics/bnx2x.rst create mode 100644 drivers/net/bnx2x/LICENSE.bnx2x_pmd -- 1.7.10.3