dpdk: Support of DPDK16.07-rc5 and newer 55/17555/1
authorMartin Klozik <martinx.klozik@intel.com>
Tue, 26 Jul 2016 11:16:17 +0000 (12:16 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Tue, 26 Jul 2016 11:22:02 +0000 (12:22 +0100)
commit49c477226c80bbe7350ddfc77c118d0b8aee0547
tree6075b8807a5ad6f81ba4a18c5f22dd56530800f8
parent891488bb5e0047c7062198a9241511c7fcedeb6f
dpdk: Support of DPDK16.07-rc5 and newer

DPDK 16.07-rc5 has renamed script tools/dpdk_nic_bind.py
to tools/dpdk-devbind.py. VSPERF was updated to use wildcard
in the script name, which is backward compatible.
Function get_version() from tools/systeminfo was updated
to correctly parse version information for DPDK v16. Version
name includes a minor version as defined inside rte_version.h.
It means, that for tag v16.07-rc5 VSPERF will show v16.07.0-rc5
in the report.

JIRA: VSPERF-333

Change-Id: I61a4ab2d90304fffdfc4d22a5cbf0cb7295402b3
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: <bmichalo@redhat.com>
src/dpdk/dpdk.py
tools/networkcard.py
tools/systeminfo.py
vnfs/qemu/qemu.py
vnfs/qemu/qemu_pci_passthrough.py