diff options
author | Damjan Marion <damarion@cisco.com> | 2018-02-16 09:07:42 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-02-19 13:21:09 +0000 |
commit | 1d3ab72941432c0f690841924630c45d282e1e88 (patch) | |
tree | e45692d9a9fdef35730d666b8df271a955368c2c | |
parent | d79a43c7f43e8b99d6eb019d69a3083c545007f1 (diff) |
dpdk: bump to 18.02
Change-Id: I3764f57a4b8df96d6bd20753b86fc0119d833bd9
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r-- | dpdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index 844d641e204..f8961f9d1b4 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -24,7 +24,7 @@ DPDK_MLX5_PMD ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 17.11 +DPDK_VERSION ?= 18.02 PKG_SUFFIX ?= vpp1 DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz |