diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-06-21 09:54:15 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2017-06-23 16:38:41 +0100 |
commit | 67bed0c2b94bf7431adc44a6218b175ad6dc333a (patch) | |
tree | 166ebf6be035a64596e0ee15886bebcb3fe124e3 /src | |
parent | 6da87d98f88ac23aa379369d573bbd1a8a1fd7b7 (diff) |
ovs: Update OVS to use DPDK 17.02
Versions of VSPERF tools were updated to use OVS
with DPDK 17.02 support by default. Currently used
VPP version uses DPDK 17.02 already.
VSPERF was updated to support new path to the dpdk
devbind tool.
JIRA: VSPERF-516
Change-Id: I004d0531553c974d604635d50f601cd4326f2f7d
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.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 a8188f50..5abb6018 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -13,11 +13,11 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v16.07 +DPDK_TAG ?= v17.02 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs -OVS_TAG ?= ed26e3ea9995ba632e681d5990af5ee9814f650e +OVS_TAG ?= cc3a32f3b6891168cee98812e8f5e3d8a5a52c98 # VPP section VPP_URL ?= https://git.fd.io/vpp |