aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/deb
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-02-01 12:05:52 -0500
committerDave Barach <dave@barachs.net>2016-02-01 12:06:04 -0500
commit74574228b0f63a3c8fd373321ed25f4d24308df0 (patch)
tree7876bc41a773b1a379c1b1835c4eb05a94a47d3e /build-root/deb
parent67ba3bed006c8fdaec5cbee897843d54cf2f538d (diff)
Add a vpp-dpdk-dev package, enable plugins to use dpdk APIs directly
Change-Id: I69db06a0b5d5d556c2fd570ea0056bb59d7bc3d6 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-root/deb')
-rw-r--r--build-root/deb/debian/.gitignore1
-rw-r--r--build-root/deb/debian/control16
2 files changed, 9 insertions, 8 deletions
diff --git a/build-root/deb/debian/.gitignore b/build-root/deb/debian/.gitignore
index 261ea486..e7868b4e 100644
--- a/build-root/deb/debian/.gitignore
+++ b/build-root/deb/debian/.gitignore
@@ -7,6 +7,7 @@ vpp-dpdk-dkms*
vpp/
vpp-dev/
vpp-lib/
+vpp-dpdk-dev/
vpp-dpdk-dkms/
vpp-dbg/
vppctl/
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control
index a90cea76..cf22fd02 100644
--- a/build-root/deb/debian/control
+++ b/build-root/deb/debian/control
@@ -23,16 +23,16 @@ Package: vpp-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Vector Packet Processing--development support
- This package contains development support files for the VPP libraries, including:
+ This package contains development support files for the VPP libraries
.
- Do we need to list those header files or just leave it blank ?
- dynamic vectors (vec.c), dynamic bitmaps (bitmap.h), allocation heap of
- objects (heap.c), allocation pool(pool.h), dynamic hash tables (hash.c), memory
- allocator (mheap.c), extendable printf-like interface built on top of vectors
- (format.c), formats for data structures (std-formats.c), and support for clock
- time-based function calls (timer.c).
+
+Package: vpp-dpdk-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Vector Packet Processing--development support
+ This package contains dpdk header files which match the dpdk version
+ compiled into the vpp executable
.
- TODO: reference and describe only the .h files
Package: vpp-lib
Architecture: any