src: dpdk and ovs version update. 79/8079/3
authorMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 26 Jan 2016 15:11:03 +0000 (15:11 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 26 Jan 2016 21:33:02 +0000 (21:33 +0000)
Update vsperf to use DPDK 2.2 and the OVS patch that enables DPDK 2.2
support.

Change-Id: Ibe9702b2934bc87fbcd91b941ae31a7295a65f4f
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Ian Stokes <ian.stokes@intel.com>
Reviewed-by: Antonio Fischetti<antonio.fischetti@intel.com>
Reviewed-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
Reviewed-by: Al Morton <acmorton@att.com>
src/package-list.mk

index ca16350..4bd1159 100644 (file)
@@ -6,11 +6,11 @@
 # dpdk section
 # DPDK_URL ?= git://dpdk.org/dpdk
 DPDK_URL ?= http://dpdk.org/git/dpdk
-DPDK_TAG ?= v2.1.0
+DPDK_TAG ?= v2.2.0
 
 # OVS section
 OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= 32756a57d59d4f8161b9578b7df42edf51ff807c
+OVS_TAG ?= 02ab4b1a6a173979a51cabd7000a34546d517e60
 
 # QEMU section
 QEMU_URL ?= https://github.com/qemu/qemu.git