diff options
author | Damjan Marion <damarion@cisco.com> | 2016-11-08 20:39:21 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-11-23 22:39:02 +0000 |
commit | e0a2d1796a043001dcb97f9a2a870f7f9d82f44c (patch) | |
tree | 51bc15af6e3606f98be8f518e19ac6bf9699c191 /dpdk/dkms | |
parent | 676554935a576db9f512b8b2ef81ba6723bb7ad6 (diff) |
dpdk: switch to 16.11
Change-Id: Icf9de5b89e5c2cda763e52d528fb70091860a754
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/dkms')
-rwxr-xr-x | dpdk/dkms/create_deb_manifest.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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} |