diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-01-26 15:11:03 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-01-26 21:33:02 +0000 |
commit | f0450f4b7675ac1807959aa26a829cefd890e335 (patch) | |
tree | e2154ebf862c6d65c9ffa0981b33c65071c6ed75 /src | |
parent | 2496423f69f60ebe97e67bfba156b931c6d10a2a (diff) |
src: dpdk and ovs version update.
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/package-list.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index ca163503..4bd1159b 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -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 |