d/control: fix usability issue with mlx PMDs which might need rdma-core (Closes:... 10/18910/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Mon, 15 Apr 2019 13:09:41 +0000 (15:09 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Tue, 16 Apr 2019 06:38:15 +0000 (08:38 +0200)
Change-Id: I5694f7413799161918b0a223e4a1a55b2513abcc
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/control

index 1ec5d9d..1bf0c57 100644 (file)
@@ -1745,6 +1745,7 @@ Homepage: https://dpdk.org/doc/guides/nics/mlx4.html
 Pre-Depends: ${misc:Pre-Depends},
 Depends: ${misc:Depends},
          ${shlibs:Depends},
+         rdma-core,
 Conflicts: libdpdk0,
 Description: Data Plane Development Kit (librte-pmd-mlx4 runtime library)
  DPDK is a set of libraries for fast packet processing. Applications run
@@ -1759,6 +1760,7 @@ Homepage: https://dpdk.org/doc/guides/nics/mlx5.html
 Pre-Depends: ${misc:Pre-Depends},
 Depends: ${misc:Depends},
          ${shlibs:Depends},
+         rdma-core,
 Conflicts: libdpdk0,
 Description: Data Plane Development Kit (librte-pmd-mlx5 runtime library)
  DPDK is a set of libraries for fast packet processing. Applications run