diff options
author | Dave Barach <dave@barachs.net> | 2016-04-25 08:51:21 -0400 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2016-04-26 09:58:54 +0000 |
commit | fed985c898a0c6383a95bcf57db38bbd14041326 (patch) | |
tree | 24a6bfa2eb8bbdbb23b8f5a649fe6f92f4af49e3 /dpdk/Makefile | |
parent | 106f0eda8d42de69492d97db0cd8e046d9093786 (diff) |
Build vpp w/ dpdk-16.04 by default
Change-Id: I82cdd82213517c51064eb439c44068d8977e5619
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index 38eef929ecf..398fc60f9c1 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -23,7 +23,7 @@ DPDK_DEBUG ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 2.2.0 +DPDK_VERSION ?= 16.04 DPDK_BASE_URL ?= http://dpdk.org/browse/dpdk/snapshot DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.gz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) |