Enable OVS master and DPDK 2.1 51/3151/3
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 5 Nov 2015 10:08:45 +0000 (10:08 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 10 Nov 2015 17:05:36 +0000 (17:05 +0000)
VSPERF used old version of OVS, which has supported DPDK 2.0.
With switch to DPDK 2.1, VSPERF can use recent OVS code again.

JIRA: VSPERF-124
Change-Id: I81f6b8887d795df08a2eb8959606f2a9a277f9e6
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Gene Snider <eugene.snider@huawei.com>
src/package-list.mk

index cec80a2..8eb9632 100644 (file)
@@ -6,11 +6,11 @@
 # dpdk section
 # DPDK_URL ?= git://dpdk.org/dpdk
 DPDK_URL ?= http://dpdk.org/git/dpdk
-DPDK_TAG ?= v2.0.0
+DPDK_TAG ?= v2.1.0
 
 # OVS section
 OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= ad2e649834be20dd01b1632799fe778106a96a2d
+OVS_TAG ?= master
 
 # QEMU section
 QEMU_URL ?= https://github.com/qemu/qemu.git