aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2018-04-16 10:33:34 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2018-04-16 10:33:34 +0200
commitf57eb040e803f0f97b925287fde0acf2fbf80d08 (patch)
tree6412f0da55b175dfd98af84650b688442fcee25b
parent29a74cff3bb560c3676c2f0b2ca309e0dc63ea52 (diff)
d/control: add new PMDs: bbdev-null, skeleton-rawdev, vdev-netvsc
Those are now enabled by default and not yet packaged. But needed e.g. vdev-netvsc if you want to run on Azure. Change-Id: I7557ce757118eecc3331ab403333c0e2a84bf289 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r--debian/control38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 9c1f8c19..14abcf24 100644
--- a/debian/control
+++ b/debian/control
@@ -1217,3 +1217,41 @@ Description: Data Plane Development Kit (librte-pmd-mlx5 runtime library)
in user-space and communicate directly with dedicated network interfaces.
.
This package contains the runtime libraries for librte-pmd-mlx5.
+
+Package: librte-pmd-bbdev-null18.02
+Architecture: amd64 arm64 i386 ppc64el
+Multi-Arch: same
+Homepage: https://dpdk.org/doc/guides/bbdevs/null.html
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: libdpdk0
+Description: Data Plane Development Kit (librte-pmd-bbdev-null 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-bbdev-null.
+
+Package: librte-pmd-skeleton-rawdev18.02
+Architecture: amd64 arm64 i386 ppc64el
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: libdpdk0
+Description: Data Plane Development Kit (librte-pmd-skeleton-rawdev 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-skeleton-rawdev.
+
+Package: librte-pmd-vdev-netvsc18.02
+Architecture: amd64 arm64 i386 ppc64el
+Multi-Arch: same
+Homepage: https://dpdk.org/doc/guides/nics/vdev_netvsc.html
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: libdpdk0
+Description: Data Plane Development Kit (librte-pmd-vdev-netvsc 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-vdev-netvsc.