aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.com>2018-06-26 15:12:52 +0200
committerDamjan Marion <dmarion@me.com>2018-06-26 17:30:13 +0000
commit6c78436370060660a2b39ecbef1675579f059645 (patch)
tree10c4110df33c47949800c4d4b465aa4368dafcf1 /dpdk
parent2574d9f41aa0531d0182f83b5d803da32205d809 (diff)
Update to latest stable DPDK release (18.02.2)
Change-Id: I00b0e4d7f7b597760a898c895b1a80bfac3a47fb Signed-off-by: Marco Varlese <marco.varlese@suse.com>
Diffstat (limited to 'dpdk')
-rw-r--r--dpdk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index 3563dce79c4..778a9823d29 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -27,12 +27,12 @@ DPDK_FAILSAFE_PMD ?= n
B := $(DPDK_BUILD_DIR)
I := $(DPDK_INSTALL_DIR)
-DPDK_VERSION ?= 18.02.1
-PKG_SUFFIX ?= vpp2
+DPDK_VERSION ?= 18.02.2
+PKG_SUFFIX ?= vpp1
DPDK_BASE_URL ?= http://fast.dpdk.org/rel
DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz
DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)
-DPDK_18.02.1_TARBALL_MD5_CKSUM := 3bbb5468f662e1f7472d4abc5c4cf08e
+DPDK_18.02.2_TARBALL_MD5_CKSUM := 75ad6d39b513649744e49c9fcbbb9ca5
DPDK_18.05_TARBALL_MD5_CKSUM := 9fc86367cd9407ff6a8dfea56c4eddc4
MACHINE=$(shell uname -m)