From 5c33397117330c152f43744e001b4b0b7a14b5a6 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Fri, 9 Dec 2016 08:56:53 +0100 Subject: 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 --- debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- cgit 1.2.3-korg