diff options
-rw-r--r-- | dpdk/Makefile | 2 | ||||
-rwxr-xr-x | dpdk/dkms/create_deb_manifest.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index 76c1df5d278..5d072e59474 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 e512850ef80..f83055882b9 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} |