Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | Source: vpp |
| 2 | Section: net |
| 3 | Priority: extra |
| 4 | Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com> |
Srivatsa Sangli | 0777915 | 2016-04-15 13:59:00 -0700 | [diff] [blame^] | 5 | Build-Depends: debhelper (>= 9), dkms, dh-systemd |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 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 |
Damjan Marion | 08ff7e0 | 2016-01-20 13:45:36 +0100 | [diff] [blame] | 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 |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 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 |
Dave Barach | 7457422 | 2016-02-01 12:05:52 -0500 | [diff] [blame] | 26 | This package contains development support files for the VPP libraries |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 27 | . |
Dave Barach | 7457422 | 2016-02-01 12:05:52 -0500 | [diff] [blame] | 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 |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 35 | . |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 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. |