From 8357940ad7a684b32391e1b3e8afe5bcbc0a7b43 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Mon, 15 Apr 2019 15:09:41 +0200 Subject: [PATCH] d/control: fix usability issue with mlx PMDs which might need rdma-core (Closes: #925141) Change-Id: I5694f7413799161918b0a223e4a1a55b2513abcc Signed-off-by: Christian Ehrhardt --- debian/control | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6