From c678bfa6c2769f01d9a00ff7d41f4af3d7f2fe16 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 4 Mar 2016 13:32:02 +0000 Subject: ovs: update to OVS 2.5 Upgrade OVS version tested to 2.5. Tested with OVS with DPDK and stock OVS. JIRA: VSPERF-254 Change-Id: I78f6cdca0b96c5b13524cec3a662e55f49320f69 Signed-off-by: Maryam Tahhan Reviewed-by: Christian Trautman Reviewed-by: Martin Klozik Reviewed-by: Al Morton --- src/package-list.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/package-list.mk b/src/package-list.mk index 4bd1159b..8b09c424 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -10,7 +10,9 @@ DPDK_TAG ?= v2.2.0 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs -OVS_TAG ?= 02ab4b1a6a173979a51cabd7000a34546d517e60 +#The Tag below is for OVS v2.5.0 with backwards compatibility support for Qemu +#versions < 2.5. +OVS_TAG ?= f3ea2ad27fd076735fdb78286980749bb12fe1ce # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git -- cgit 1.2.3-korg