dpdk: switch to 16.11 33/3733/6
authorDamjan Marion <damarion@cisco.com>
Tue, 8 Nov 2016 19:39:21 +0000 (20:39 +0100)
committerDave Barach <openvpp@barachs.net>
Wed, 23 Nov 2016 22:39:02 +0000 (22:39 +0000)
Change-Id: Icf9de5b89e5c2cda763e52d528fb70091860a754
Signed-off-by: Damjan Marion <damarion@cisco.com>
dpdk/Makefile
dpdk/dkms/create_deb_manifest.sh

index 76c1df5..5d072e5 100644 (file)
@@ -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)
index e512850..f830558 100755 (executable)
@@ -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}