aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2016-09-07 13:26:07 +0100
committerMartin Klozik <martinx.klozik@intel.com>2016-09-29 11:05:30 +0100
commit5b7cf3e52902ca12d2c61aaa34761454ee0e5bf9 (patch)
tree79462fc962bd8e3eba003666a066ed9f76d1da5f /src
parent48ec9750583c47dadf0f3fd931dc2cf12f738b67 (diff)
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 <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/package-list.mk6
1 files changed, 2 insertions, 4 deletions
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