X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build%2Fexternal%2Fpackages%2Fdpdk.mk;h=286e3ebc9ec731863461d3ec8457391086eaae10;hb=a9116240d140c652ea0946aea3ee00b043151fc3;hp=9cbcf020a232be758ebf419f8c0d138eb779a131;hpb=2ecf18a55081165beb807e4e65c485762d2c9f5e;p=vpp.git diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk index 9cbcf020a23..286e3ebc9ec 100644 --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -21,12 +21,13 @@ DPDK_MLX5_PMD ?= n DPDK_TAP_PMD ?= n DPDK_FAILSAFE_PMD ?= n -DPDK_VERSION ?= 19.02 +DPDK_VERSION ?= 19.05 DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) DPDK_18.11_TARBALL_MD5_CKSUM := 04b86f4a77f4f81a7fbd26467dd2ea9f DPDK_19.02_TARBALL_MD5_CKSUM := 23944a2cdee061aa4bd72ebe7d836db0 +DPDK_19.05_TARBALL_MD5_CKSUM := fe22ad1bab1539945119047b0fdf1105 MACHINE=$(shell uname -m) # replace dot with space, and if 3rd word exists we deal with stable dpdk rel @@ -222,6 +223,7 @@ $(B)/custom-config: $(B)/.dpdk-patch.ok Makefile $(call set,RTE_LIBRTE_BPF,n) $(call set,RTE_LIBRTE_RAWDEV,n) $(call set,RTE_LIBRTE_PMD_IFPGA_RAWDEV,n) + $(call set,RTE_LIBRTE_IPN3KE_PMD,n) $(call set,RTE_LIBRTE_IFPGA_BUS,n) $(call set,RTE_LIBRTE_BBDEV,n) $(call set,RTE_LIBRTE_BBDEV_NULL,n)