diff options
author | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-18 22:35:50 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-19 09:02:16 -0300 |
commit | 96e2a503e6d3c801adcc2e4c2fbd3f4c674b0513 (patch) | |
tree | a0b7668912a60a204fdf19f3dcedfecb82c7ef46 | |
parent | c5a342bdfc01f89bc04423cdad503373cdaca0e5 (diff) |
Adding package librte-pmd-bnxt1
Change-Id: I20f98d244069d4ddadb753fbffa987a114d1e045
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rw-r--r-- | debian/librte-pmd-bnxt1.symbols | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cf2913ee..51328180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ dpdk (16.07-rc3-1) UNRELEASED; urgency=medium - Fix libdpdk-dev headers path * Renaming package librte-pmd-e10001 to librte-pmd-e1000-1, to avoid mixing package name with soversion (lintian package-name-doesnt-match-sonames) + * Adding package librte-pmd-bnxt1 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 19 Jul 2016 08:32:06 +0200 diff --git a/debian/control b/debian/control index 017f4b56..e8a66e98 100644 --- a/debian/control +++ b/debian/control @@ -111,6 +111,7 @@ Depends: ${misc:Depends}, librte-pdump1 (= ${binary:Version}), librte-pipeline3 (= ${binary:Version}), librte-pmd-af-packet1 (= ${binary:Version}), + librte-pmd-bnxt1 (= ${binary:Version}), librte-pmd-bond1 (= ${binary:Version}), librte-pmd-cxgbe1 (= ${binary:Version}), librte-pmd-e1000-1 (= ${binary:Version}), @@ -375,6 +376,18 @@ Description: Data Plane Development Kit (librte-pmd-af-packet runtime library) in user-space and communicate directly with dedicated network interfaces. This package contains the runtime libraries for librte_pmd_af_packet +Package: librte-pmd-bnxt1 +Architecture: amd64 arm64 i386 +Section: libs +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libdpdk0 +Description: Data Plane Development Kit (librte-pmd-bnxt 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_pmd_bnxt + Package: librte-pmd-bond1 Architecture: amd64 arm64 i386 Section: libs diff --git a/debian/librte-pmd-bnxt1.symbols b/debian/librte-pmd-bnxt1.symbols new file mode 100644 index 00000000..bd838794 --- /dev/null +++ b/debian/librte-pmd-bnxt1.symbols @@ -0,0 +1,2 @@ +librte_pmd_bnxt.so.1 librte-pmd-bnxt1 #MINVER# + DPDK_16.04@DPDK_16.04 16.07-rc3 |