From e0a2d1796a043001dcb97f9a2a870f7f9d82f44c Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 8 Nov 2016 20:39:21 +0100 Subject: dpdk: switch to 16.11 Change-Id: Icf9de5b89e5c2cda763e52d528fb70091860a754 Signed-off-by: Damjan Marion --- dpdk/Makefile | 2 +- dpdk/dkms/create_deb_manifest.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'dpdk') diff --git a/dpdk/Makefile b/dpdk/Makefile index 76c1df5d..5d072e59 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -24,7 +24,7 @@ DPDK_DEBUG ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 16.07 +DPDK_VERSION ?= 16.11 DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) diff --git a/dpdk/dkms/create_deb_manifest.sh b/dpdk/dkms/create_deb_manifest.sh index e512850e..f8305588 100755 --- a/dpdk/dkms/create_deb_manifest.sh +++ b/dpdk/dkms/create_deb_manifest.sh @@ -9,7 +9,6 @@ SRC_DIR=/usr/src/vpp-dpdk-dkms-${VER}/ cat > ${DEBIAN_DIR}/vpp-dpdk-dkms.install << _EOF_ ${DPDK_ROOT}/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h ${SRC_DIR} ${DPDK_ROOT}/lib/librte_eal/common/include/rte_pci_dev_features.h ${SRC_DIR} -${DPDK_ROOT}/lib/librte_eal/common/include/rte_pci_dev_ids.h ${SRC_DIR} ${DPDK_ROOT}/lib/librte_eal/linuxapp/igb_uio/igb_uio.c ${SRC_DIR} ${DPDK_ROOT}/lib/librte_eal/linuxapp/igb_uio/compat.h ${SRC_DIR} ../../dpdk/dkms/Makefile ${SRC_DIR} -- cgit 1.2.3-korg