From: Martin Klozik Date: Thu, 5 Nov 2015 10:08:45 +0000 (+0000) Subject: Enable OVS master and DPDK 2.1 X-Git-Tag: brahmaputra.1.0~60 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F3151%2F3;p=vswitchperf.git 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 --- 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