rename vpp-dpdk-dev to vpp-ext-deps 78/14878/4
authorDamjan Marion <damarion@cisco.com>
Tue, 18 Sep 2018 16:41:38 +0000 (18:41 +0200)
committerDamjan Marion <damarion@cisco.com>
Thu, 20 Sep 2018 12:30:54 +0000 (14:30 +0200)
commit4a6cb83d334e391f85332ea38a2e467ac7743e4b
tree7d667a9d07c33e1a948f73892169f61da595ca4f
parent9c0a3c423ee0b9326f600a00c1bd46fef45d4975
rename vpp-dpdk-dev to vpp-ext-deps

We need to have new tenants in the development package.
This is first of series of patches which will allow us to have multiple
external libs and tools packaged for developer's convenience.

Change-Id: I884bd75fba96005bbf8cea92774682b2228e0e22
Signed-off-by: Damjan Marion <damarion@cisco.com>
26 files changed:
.gitignore
Makefile
build-data/packages/build.mk [new file with mode: 0644]
build-data/packages/external.mk [moved from build-data/packages/dpdk.mk with 88% similarity]
build-data/packages/vpp.mk
build/external/Makefile [moved from dpdk/Makefile with 89% similarity]
build/external/README [moved from dpdk/README with 100% similarity]
build/external/deb/debian/compat [moved from dpdk/deb/debian/compat with 100% similarity]
build/external/deb/debian/control [new file with mode: 0644]
build/external/deb/debian/dkms/Makefile [moved from dpdk/deb/debian/dkms/Makefile with 100% similarity]
build/external/deb/debian/rules [new file with mode: 0755]
build/external/dpdk-18.02.1_patches/0001-ixgbe-link-wait-longer.patch [moved from dpdk/dpdk-18.02.1_patches/0001-ixgbe-link-wait-longer.patch with 100% similarity]
build/external/dpdk-18.02_patches/0001-assign-QAT-cryptodev-to-correct-NUMA-node.patch [moved from dpdk/dpdk-18.02_patches/0001-assign-QAT-cryptodev-to-correct-NUMA-node.patch with 100% similarity]
build/external/dpdk-18.05_patches/0001-i40evf-don-t-reset-device_info-data.patch [moved from dpdk/dpdk-18.05_patches/0001-i40evf-don-t-reset-device_info-data.patch with 100% similarity]
build/external/dpdk-18.05_patches/0002-ixgbe-link-wait-longer.patch [moved from dpdk/dpdk-18.05_patches/0002-ixgbe-link-wait-longer.patch with 100% similarity]
build/external/dpdk-18.08_patches/0001-net-mlx5-support-externally-allocated-mempool.patch [moved from dpdk/dpdk-18.08_patches/0001-net-mlx5-support-externally-allocated-mempool.patch with 100% similarity]
build/external/dpdk-18.08_patches/0002-mlx4-support-externally-allocated-mempool.patch [moved from dpdk/dpdk-18.08_patches/0002-mlx4-support-externally-allocated-mempool.patch with 100% similarity]
build/external/dpdk-18.08_patches/0003-ixgbe-wait-longer-for-link-after-fiber-MAC-setup.patch [moved from dpdk/dpdk-18.08_patches/0003-ixgbe-wait-longer-for-link-after-fiber-MAC-setup.patch with 100% similarity]
build/external/rpm/vpp-ext-deps.spec [new file with mode: 0644]
dpdk/deb/debian/control [deleted file]
dpdk/deb/debian/rules [deleted file]
dpdk/deb/debian/vpp-dpdk-dkms.dkms [deleted file]
dpdk/rpm/vpp-dpdk.spec [deleted file]
extras/vagrant/vcl_test.sh
src/CMakeLists.txt
test/scripts/socket_test.sh