diff options
author | Dave Barach <dave@barachs.net> | 2016-08-02 13:31:31 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2016-08-03 15:18:37 +0000 |
commit | 3389bbcad02e6d1824742be9fcbb74abdefa3ce5 (patch) | |
tree | 44a29d1191dcf455a0e629aca18ecd2078851ed0 /dpdk/Makefile | |
parent | 429e7951975e31c86bbbe9bef46195175135d866 (diff) |
VPP-180 Clean up multi-socket / multi-chunk mempool discovery
Change the default DPDK version to 16.07, and rename the indicated
patch directory. Use the native vhost-user driver.
Change-Id: Ie3d17e90e363ce86f0233b58c152de683b5d9456
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index 576b1ee693b..d73ddb62e2e 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -24,11 +24,10 @@ DPDK_DEBUG ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 16.04 +DPDK_VERSION ?= 16.07 DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) -DPDK_2.2.0_TARBALL_MD5_CKSUM := bfa10283b49d56264c82519d130458cc DPDK_16.04_TARBALL_MD5_CKSUM := d1f82e7d7589b3b2f623c155442b8306 DPDK_16.07_TARBALL_MD5_CKSUM := 690a2bb570103e58d12f9806e8bf21be DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION) |