aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-11-08 20:39:21 +0100
committerDave Barach <openvpp@barachs.net>2016-11-23 22:39:02 +0000
commite0a2d1796a043001dcb97f9a2a870f7f9d82f44c (patch)
tree51bc15af6e3606f98be8f518e19ac6bf9699c191 /dpdk
parent676554935a576db9f512b8b2ef81ba6723bb7ad6 (diff)
dpdk: switch to 16.11
Change-Id: Icf9de5b89e5c2cda763e52d528fb70091860a754 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk')
-rw-r--r--dpdk/Makefile2
-rwxr-xr-xdpdk/dkms/create_deb_manifest.sh1
2 files changed, 1 insertions, 2 deletions
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}