From: Konstantin Ananyev Date: Wed, 15 Feb 2017 00:11:50 +0000 (+0000) Subject: Bump default dpdk version to 16.11 X-Git-Tag: v18.02~24 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F5130%2F2;p=tldk.git Bump default dpdk version to 16.11 16.04 is pretty old these days, plus on fd.io validation jobs we constantly hit a bug in virtio PMD that was fixed in latest versions. Change-Id: Id5066eee8f48220e66e512bf55386c4d1325a238 Signed-off-by: Konstantin Ananyev --- diff --git a/dpdk/Makefile b/dpdk/Makefile index 5613d8e..e9f5ab6 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -14,7 +14,7 @@ # Scripts require non-POSIX parts of bash SHELL := /bin/bash -DPDK_VERSION ?= 16.04 +DPDK_VERSION ?= 16.11 DPDK_BUILD_DIR ?= $(CURDIR)/_build DPDK_INSTALL_DIR ?= $(DPDK_BUILD_DIR)/dpdk/$(RTE_TARGET) DPDK_PKTMBUF_HEADROOM ?= 128