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 <[email protected]>
# 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