Add a vpp-dpdk-dev package, enable plugins to use dpdk APIs directly
[vpp.git] / build-root / deb / debian / control
1 Source: vpp
2 Section: net
3 Priority: extra
4 Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com>
5 Build-Depends: debhelper (>= 9), dkms
6 Standards-Version: 3.9.4
7
8 Package: vpp
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: Vector Packet Processing--executables
12  This package provides VPP executables: vpp, vpp_api_test, vpp_json_test
13  vpp - the vector packet engine
14  vpp_api_test - vector packet engine API test tool
15  vpp_json_test - vector packet engine JSON test tool
16
17 Package: vpp-dbg
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}
20 Description: Vector Packet Processing--debug symbols
21
22 Package: vpp-dev
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Description: Vector Packet Processing--development support
26  This package contains development support files for the VPP libraries
27  .
28
29 Package: vpp-dpdk-dev
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}
32 Description: Vector Packet Processing--development support
33  This package contains dpdk header files which match the dpdk version
34  compiled into the vpp executable
35  .
36
37 Package: vpp-lib
38 Architecture: any
39 Depends: ${shlibs:Depends}, ${misc:Depends}
40 Description: Vector Packet Processing--runtime libraries
41  This package contains the VPP shared libraries, including:
42  .
43  vppinfra - foundation library supporting vectors, hashes, bitmaps, pools, and string formatting.
44  dpdk - Intel DPDK library
45  svm - vm library
46  vlib - vector processing library
47  vlib-api - binary API library
48  vnet -  network stack library
49
50 Package: vpp-dpdk-dkms
51 Architecture: any
52 Depends: ${shlibs:Depends}, ${misc:Depends}
53 Description: DPDK 2.1 igb_uio_driver
54  This package contains Linux kernel modules distributed with DPDK.