diff options
author | Damjan Marion <damarion@cisco.com> | 2016-11-08 20:39:21 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-11-23 22:39:02 +0000 |
commit | e0a2d1796a043001dcb97f9a2a870f7f9d82f44c (patch) | |
tree | 51bc15af6e3606f98be8f518e19ac6bf9699c191 /dpdk/Makefile | |
parent | 676554935a576db9f512b8b2ef81ba6723bb7ad6 (diff) |
dpdk: switch to 16.11
Change-Id: Icf9de5b89e5c2cda763e52d528fb70091860a754
Signed-off-by: Damjan Marion <damarion@cisco.com>
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 76c1df5d278..5d072e59474 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -24,7 +24,7 @@ DPDK_DEBUG ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 16.07 +DPDK_VERSION ?= 16.11 DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) |