diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2015-11-05 10:08:45 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-11-10 17:05:36 +0000 |
commit | f8a5709dc245328fdb4b24cd5e147b428837c5aa (patch) | |
tree | 2229a3937615421bb94a1652f7b1df5156f2fb13 /src/package-list.mk | |
parent | e2a18c8324088c55655d352498640754e69eb070 (diff) |
Enable OVS master and DPDK 2.1
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>
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index cec80a2f..8eb96321 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -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 |