diff options
author | Damjan Marion <damarion@cisco.com> | 2018-08-12 00:26:55 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-21 17:05:58 +0000 |
commit | 7ee11827dde243a8297574818e6902ced107b98b (patch) | |
tree | 9145d64cb1dcf546a7842660ebc92011850d3145 /dpdk/Makefile | |
parent | aa839cab981c345801798caec373ec8cda86195f (diff) |
dpdk: bump DPDK version to 18.08
Change-Id: Ia1b188492138a0ca0e95daf6eb8e761e8db081ef
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index 13938da5fa3..22551881c9c 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -27,8 +27,8 @@ DPDK_FAILSAFE_PMD ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 18.05 -PKG_SUFFIX ?= vpp2 +DPDK_VERSION ?= 18.08 +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) |