summaryrefslogtreecommitdiffstats
path: root/dpdk/Makefile
diff options
context:
space:
mode:
authorMatthew Smith <mgsmith@netgate.com>2018-08-28 13:42:09 -0500
committerDamjan Marion <dmarion@me.com>2018-08-29 09:47:17 +0000
commit7fc631fdea649de13e338a6b06bd81f172400499 (patch)
tree24fe94e690b0f31fedebdc0fce557b6b2cc69e22 /dpdk/Makefile
parent2fee16787ed0d622631223567635a77e14c8c076 (diff)
patch mlx PMDs for VPP w/ DPDK 18.05 or newer
Memory allocation changed in DPDK 18.05. The mlx4 and mlx5 PMDs did not support using externally allocated memory. The patch for mlx5 was generated by Mellanox. That patch was modified to apply to the mlx4 PMD and tested on Microsoft Azure. Change-Id: I92116b1d71a3896d5bf7b1f10c40c898d72540d6 Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r--dpdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index 22551881c9c..070b0fca492 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -28,7 +28,7 @@ DPDK_FAILSAFE_PMD ?= n
B := $(DPDK_BUILD_DIR)
I := $(DPDK_INSTALL_DIR)
DPDK_VERSION ?= 18.08
-PKG_SUFFIX ?= vpp1
+PKG_SUFFIX ?= vpp2
DPDK_BASE_URL ?= http://fast.dpdk.org/rel
DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz
DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)