diff options
author | Damjan Marion <damarion@cisco.com> | 2017-11-29 12:28:38 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-11-29 11:30:39 +0000 |
commit | de3ff7a7f4b3273ffdd0eeaab1ea46ef93324918 (patch) | |
tree | 0adb21150272baa50a619a5869eaa1dbff444093 /dpdk/Makefile | |
parent | c87aafad759f92ae630fec52079a08ace607410b (diff) |
Revert "Dpdk: 17.08 tarball updated 11/27"
DPDK tarball was changed by mistake and now it is reverted back.
This reverts commit 3d786efcb087533320e89f80077127fc507cfd99.
Change-Id: I1a07b96fbc3f4fe13bb4a5c401036cae4ac5d346
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index cc59c0cdcf1..017850de379 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -26,11 +26,12 @@ B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) DPDK_VERSION ?= 17.08 PKG_SUFFIX ?= vpp2 -DPDK_BASE_URL ?= http://static.dpdk.org/rel +DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) -DPDK_17.08_TARBALL_MD5_CKSUM := 537ff038915fefd0f210905fafcadb4b +DPDK_17.08_TARBALL_MD5_CKSUM := 0641f59ea8ea98afefa7cfa2699f6241 DPDK_17.11_TARBALL_MD5_CKSUM := 53ee9e054a8797c9e67ffa0eb5d0c701 +DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION) MACHINE=$(shell uname -m) NASM_BASE_URL := http://www.nasm.us/pub/nasm/releasebuilds @@ -43,10 +44,8 @@ ISA_L_CRYPTO_LIB := n ifeq ($(DPDK_VERSION),17.08) IPSEC_MB_VER ?= 0.46 -DPDK_SOURCE := $(B)/dpdk-stable-$(DPDK_VERSION) else IPSEC_MB_VER ?= 0.47 -DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION) endif ISA_L_CRYPTO_VER := 2.18.0 |