diff options
author | Damjan Marion <damarion@cisco.com> | 2020-02-26 12:49:49 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-02-26 14:58:00 +0000 |
commit | 76be887d8407e7d8d06f0dd4041b2398b58a9157 (patch) | |
tree | b7adea8db80c7b9a37b4508035f03d4f96b3c838 /build/external | |
parent | eec5d48040695e45c4880adb59bb18ebacd667c1 (diff) |
dpdk: bump dpdk version to 20.02
Type: feature
Change-Id: I44c7a4e4dc91daa517296257bfc1f6a7f7cd360b
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build/external')
-rw-r--r-- | build/external/packages/dpdk.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk index a068210a5bb..20a7aa2d653 100644 --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -21,13 +21,13 @@ DPDK_MLX5_PMD ?= n DPDK_TAP_PMD ?= n DPDK_FAILSAFE_PMD ?= n -DPDK_VERSION ?= 19.08 +DPDK_VERSION ?= 20.02 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.11_TARBALL_MD5_CKSUM := 04b86f4a77f4f81a7fbd26467dd2ea9f -DPDK_19.05_TARBALL_MD5_CKSUM := fe22ad1bab1539945119047b0fdf1105 DPDK_19.08_TARBALL_MD5_CKSUM := 8a6f5bd844b7a06b34787063409298ed +DPDK_20.02_TARBALL_MD5_CKSUM := e20171462d6b2252dfbae1de8c45ba10 MACHINE=$(shell uname -m) # replace dot with space, and if 3rd word exists we deal with stable dpdk rel |