From 916bfafe7d67f67e57ba68a7913ee25042661c18 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Thu, 16 Jun 2016 12:37:04 +0100 Subject: src: update dpdk, ovs and qemu versions Update dpdk, ovs and qemu versions to overcome build errors on the vsperf commit gate. Change-Id: I579d731756bb27c37b0f4e38ff91bf36a7bd06de Signed-off-by: Maryam Tahhan Reviewed-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Christian Trautman --- src/package-list.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/package-list.mk b/src/package-list.mk index 8b09c424..5aa40bd2 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,14 +6,14 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v2.2.0 +DPDK_TAG ?= v16.04 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs #The Tag below is for OVS v2.5.0 with backwards compatibility support for Qemu #versions < 2.5. -OVS_TAG ?= f3ea2ad27fd076735fdb78286980749bb12fe1ce +OVS_TAG ?= 31871ee3839c35e6878debfc7926afa471dbdec6 # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git -QEMU_TAG ?= v2.3.0 +QEMU_TAG ?= v2.5.0 -- cgit 1.2.3-korg