From 5b7cf3e52902ca12d2c61aaa34761454ee0e5bf9 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 7 Sep 2016 13:26:07 +0100 Subject: ci: Update default DPDK and OVS versions VSPERF was updated to use DPDK16.07 and OVS 2.6.90 by default. This change should improve a performance. It will also solve failures of VSPERF verify and merge jobs at OPNFV Jenkins, because newer OVS version is compatible with Linux Kernel 4.4. JIRA: VSPERF-378 Change-Id: I636dd96facd3f6357f215290eb2382c9cc16150e Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Bill Michalowski --- src/package-list.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/package-list.mk b/src/package-list.mk index 5aa40bd2..6eb43b8b 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,13 +6,11 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v16.04 +DPDK_TAG ?= v16.07 # 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 ?= 31871ee3839c35e6878debfc7926afa471dbdec6 +OVS_TAG ?= ed26e3ea9995ba632e681d5990af5ee9814f650e # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git -- cgit 1.2.3-korg