X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=dpdk%2FMakefile;h=975042521f06d8339be0d6759c29d9b46385f28c;hb=39162275f65da6b9ce986099aa8fdc513efda9da;hp=6296c965432b6feec9ab9eb33553d5ed900cbe39;hpb=a15568029aecb3c1da582c8662702edd502bee72;p=vpp.git diff --git a/dpdk/Makefile b/dpdk/Makefile index 6296c965432..975042521f0 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -24,13 +24,13 @@ 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.1.0_TARBALL_MD5_CKSUM := a0d69f78f360e03dbdf38ae93fad32d4 -DPDK_2.2.0_TARBALL_MD5_CKSUM := bfa10283b49d56264c82519d130458cc DPDK_16.04_TARBALL_MD5_CKSUM := d1f82e7d7589b3b2f623c155442b8306 +DPDK_16.07_TARBALL_MD5_CKSUM := 690a2bb570103e58d12f9806e8bf21be +DPDK_16.11-rc1_TARBALL_MD5_CKSUM := 69a13a554160622a0fdb87f52539073f DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION) ifneq (,$(findstring clang,$(CC)))