aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2017-02-15 00:11:50 +0000
committerKonstantin Ananyev <konstantin.ananyev@intel.com>2017-02-21 17:43:50 +0000
commitb430bba2cc79b3b459577b75e9943bab0907a72f (patch)
tree9a526eb1346df65c02db2b23722b684967f2e330
parent7d4d265734f48dd337754f745d6b74194b2822f8 (diff)
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 <konstantin.ananyev@intel.com>
-rw-r--r--dpdk/Makefile2
1 files changed, 1 insertions, 1 deletions
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