aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-04-15 15:09:41 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-04-16 08:38:15 +0200
commit8357940ad7a684b32391e1b3e8afe5bcbc0a7b43 (patch)
treeee7fd61de3514d4035833a39028bc94f200aa32d
parentc5fa28542bc081b6ab1c50762abd68ed651e69c0 (diff)
d/control: fix usability issue with mlx PMDs which might need rdma-core (Closes: #925141)
Change-Id: I5694f7413799161918b0a223e4a1a55b2513abcc Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 1ec5d9d9..1bf0c578 100644
--- a/debian/control
+++ b/debian/control
@@ -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