diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-09 08:56:53 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-12 15:41:59 +0100 |
commit | 5c33397117330c152f43744e001b4b0b7a14b5a6 (patch) | |
tree | be93ea26776eae6f0bbe4d958e83b9c9ea3bc099 /debian | |
parent | c91a5b0b795dd3dc6c453336262feb3b551288f2 (diff) |
add new net library
The librte_net library is a collection of IP protocol definitions and
convenience macros. It is based on code from the FreeBSD* IP stack and
contains protocol numbers (for use in IP headers), IP-related macros,
IPv4/IPv6 header structures and TCP, UDP and SCTP header structures.
This is newly built by default as of DPDK 16.11, so make it available in
the packaging.
Change-Id: I7dff9347b54918d908a3ed436077470fcdef1969
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control index cb0265cb..41e8951c 100644 --- a/debian/control +++ b/debian/control @@ -140,6 +140,7 @@ Depends: ${misc:Depends}, librte-meter1 (= ${binary:Version}), librte-pdump1 (= ${binary:Version}), librte-pipeline3 (= ${binary:Version}), + librte-net1 (= ${binary:Version}), librte-pmd-af-packet1 (= ${binary:Version}), librte-pmd-bnxt1 (= ${binary:Version}), librte-pmd-bond1 (= ${binary:Version}), @@ -395,6 +396,24 @@ Description: Data Plane Development Kit (librte-pipeline runtime library) . This package contains the runtime libraries for librte_pipeline. +Package: librte-net1 +Architecture: amd64 arm64 i386 ppc64el +Multi-Arch: same +Homepage: http://dpdk.org/doc/guides/prog_guide/overview.html?highlight=librte_net#librte-net +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libdpdk0 +Description: Data Plane Development Kit (librte-net runtime library) + DPDK is a set of libraries for fast packet processing. Applications run + in user-space and communicate directly with dedicated network interfaces. + . + This package contains the runtime libraries for librte_net. + . + The librte_net library is a collection of IP protocol definitions and + convenience macros. It is based on code from the FreeBSD* IP stack and + contains protocol numbers (for use in IP headers), IP-related macros, + IPv4/IPv6 header structures and TCP, UDP and SCTP header structures. + Package: librte-pmd-af-packet1 Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same |