From f8a5709dc245328fdb4b24cd5e147b428837c5aa Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 5 Nov 2015 10:08:45 +0000 Subject: 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 Reviewed-by: Maryam Tahhan Reviewed-by: Gene Snider --- src/package-list.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit 1.2.3-korg