From patchwork Fri Dec 21 18:31:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740875 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B3AE2161F for ; Fri, 21 Dec 2018 18:32:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A3D3428536 for ; Fri, 21 Dec 2018 18:32:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9703F28668; Fri, 21 Dec 2018 18:32:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2801728536 for ; Fri, 21 Dec 2018 18:32:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391422AbeLUScN (ORCPT ); Fri, 21 Dec 2018 13:32:13 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56192 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbeLUScN (ORCPT ); Fri, 21 Dec 2018 13:32:13 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 92CF45F5E0 for ; Fri, 21 Dec 2018 18:32:08 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 30C8A3FECE; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19094 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 1/6] Fix typo of 'vendor' Date: Fri, 21 Dec 2018 19:31:52 +0100 Message-Id: <20181221183157.12444-2-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Benjamin Drung --- Documentation/pyverbs.md | 2 +- pyverbs/device.pyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/pyverbs.md b/Documentation/pyverbs.md index a603f03d..a3e85c26 100644 --- a/Documentation/pyverbs.md +++ b/Documentation/pyverbs.md @@ -47,7 +47,7 @@ Sys image GUID : 9803:9b03:0000:e4c6 Max MR size : 0xffffffffffffffff Page size cap : 0xfffffffffffff000 Vendor ID : 0x2c9 -Vender part ID : 4119 +Vendor part ID : 4119 HW version : 0 Max QP : 262144 Max QP WR : 32768 diff --git a/pyverbs/device.pyx b/pyverbs/device.pyx index 696459f7..a50bd234 100644 --- a/pyverbs/device.pyx +++ b/pyverbs/device.pyx @@ -274,7 +274,7 @@ cdef class DeviceAttr(PyverbsObject): print_format.format('Max MR size', hex(self.max_mr_size).replace('L', '')) +\ print_format.format('Page size cap', hex(self.page_size_cap).replace('L', '')) +\ print_format.format('Vendor ID', hex(self.vendor_id)) +\ - print_format.format('Vender part ID', self.vendor_part_id) +\ + print_format.format('Vendor part ID', self.vendor_part_id) +\ print_format.format('HW version', self.hw_ver) +\ print_format.format('Max QP', self.max_qp) +\ print_format.format('Max QP WR', self.max_qp_wr) +\ From patchwork Fri Dec 21 18:31:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740873 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A22156C5 for ; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 93BC928536 for ; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8804628668; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D71D28536 for ; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391422AbeLUScJ (ORCPT ); Fri, 21 Dec 2018 13:32:09 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56186 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbeLUScJ (ORCPT ); Fri, 21 Dec 2018 13:32:09 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 6F0655F598 for ; Fri, 21 Dec 2018 18:32:05 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 29FAE3FE70; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19096 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 2/6] debian: Run wrap-and-sort Date: Fri, 21 Dec 2018 19:31:53 +0100 Message-Id: <20181221183157.12444-3-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Benjamin Drung --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index b132b590..9f5dd32d 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Uploaders: Benjamin Drung , Section: net Priority: optional Build-Depends: cmake (>= 2.8.11), + cython3, debhelper (>= 9), debhelper (>= 9.20160709) | dh-systemd, dpkg-dev (>= 1.17), @@ -16,7 +17,6 @@ Build-Depends: cmake (>= 2.8.11), pandoc, pkg-config, python3-dev, - cython3, valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x] Standards-Version: 4.2.1 Vcs-Git: https://github.com/linux-rdma/rdma-core.git @@ -328,7 +328,6 @@ Description: Tools for Infiniband attached storage (SRP) Package: python3-pyverbs Architecture: linux-any -Depends: rdma-core (>= 21), - ${python3:Depends} +Depends: rdma-core (>= 21), ${python3:Depends} Description: Pyverbs is a python bindings for rdma-core. It allows an easy development in python language of RDMA applications. From patchwork Fri Dec 21 18:31:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740879 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 12BF5161F for ; Fri, 21 Dec 2018 18:32:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0177828660 for ; Fri, 21 Dec 2018 18:32:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E9CC028672; Fri, 21 Dec 2018 18:32:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AEA0628660 for ; Fri, 21 Dec 2018 18:32:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391489AbeLUScY (ORCPT ); Fri, 21 Dec 2018 13:32:24 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56200 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391376AbeLUScW (ORCPT ); Fri, 21 Dec 2018 13:32:22 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id D5BF45F5E0 for ; Fri, 21 Dec 2018 18:32:14 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 3EB813FF56; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19098 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 3/6] debian: Let python3-pyverbs depend on ${shlibs:Depends} Date: Fri, 21 Dec 2018 19:31:54 +0100 Message-Id: <20181221183157.12444-4-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Python library builds a C module, which is linked against libc. Therefore add ${shlibs:Depends} to the dependencies. Signed-off-by: Benjamin Drung --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9f5dd32d..4c2713c0 100644 --- a/debian/control +++ b/debian/control @@ -328,6 +328,10 @@ Description: Tools for Infiniband attached storage (SRP) Package: python3-pyverbs Architecture: linux-any -Depends: rdma-core (>= 21), ${python3:Depends} +Depends: rdma-core (>= 21), + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Provides: ${python3:Provides} Description: Pyverbs is a python bindings for rdma-core. It allows an easy development in python language of RDMA applications. From patchwork Fri Dec 21 18:31:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740877 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0AD006C5 for ; Fri, 21 Dec 2018 18:32:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F07D128536 for ; Fri, 21 Dec 2018 18:32:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E4B9228668; Fri, 21 Dec 2018 18:32:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A662F28536 for ; Fri, 21 Dec 2018 18:32:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391487AbeLUScS (ORCPT ); Fri, 21 Dec 2018 13:32:18 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56196 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391376AbeLUScR (ORCPT ); Fri, 21 Dec 2018 13:32:17 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id B3F7D5F598 for ; Fri, 21 Dec 2018 18:32:11 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 3798F3FF24; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19101 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 4/6] debian: Fix typo of Python Date: Fri, 21 Dec 2018 19:31:55 +0100 Message-Id: <20181221183157.12444-5-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Python is a proper name and needs to be written with a capital letter. Signed-off-by: Benjamin Drung --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4c2713c0..375c1f29 100644 --- a/debian/control +++ b/debian/control @@ -333,5 +333,5 @@ Depends: rdma-core (>= 21), ${python3:Depends}, ${shlibs:Depends} Provides: ${python3:Provides} -Description: Pyverbs is a python bindings for rdma-core. - It allows an easy development in python language of RDMA applications. +Description: Pyverbs is a Python bindings for rdma-core + It allows an easy development in Python language of RDMA applications. From patchwork Fri Dec 21 18:31:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740881 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A83D6C5 for ; Fri, 21 Dec 2018 18:32:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2BB4028536 for ; Fri, 21 Dec 2018 18:32:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1FF7D28668; Fri, 21 Dec 2018 18:32:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C2DF428536 for ; Fri, 21 Dec 2018 18:32:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391492AbeLUSc2 (ORCPT ); Fri, 21 Dec 2018 13:32:28 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56204 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391376AbeLUSc1 (ORCPT ); Fri, 21 Dec 2018 13:32:27 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 028145F5BC for ; Fri, 21 Dec 2018 18:32:18 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 4635F40005; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19104 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 5/6] debian: Place python3-pyverbs in section python Date: Fri, 21 Dec 2018 19:31:56 +0100 Message-Id: <20181221183157.12444-6-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Benjamin Drung --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 375c1f29..8a3e84dd 100644 --- a/debian/control +++ b/debian/control @@ -327,6 +327,7 @@ Description: Tools for Infiniband attached storage (SRP) SCSI RDMA Protocol (SRP). Package: python3-pyverbs +Section: python Architecture: linux-any Depends: rdma-core (>= 21), ${misc:Depends}, From patchwork Fri Dec 21 18:31:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740883 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7CC7A161F for ; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6DF7928536 for ; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 61DAA28668; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1328328536 for ; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391490AbeLUScd (ORCPT ); Fri, 21 Dec 2018 13:32:33 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56206 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391376AbeLUScc (ORCPT ); Fri, 21 Dec 2018 13:32:32 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 284E35F602 for ; Fri, 21 Dec 2018 18:32:21 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 4CAE240025; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19106 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 6/6] debian: Specify Build-Depends-Package for libmlx5.so.1 Date: Fri, 21 Dec 2018 19:31:57 +0100 Message-Id: <20181221183157.12444-7-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The symbols file for libmlx5.so.1 does not contain a Build-Depends-Package meta-information field. This field specifies the name of the -dev package associated to the library and is used by dpkg-shlibdeps(1) to make sure that the dependency generated is at least as strict as the corresponding build dependency. This is useful as allows packages to not hardcode this information multiple times. Refer to the deb-symbols(5) manual page and the dpkg-shlibdeps(1) manual page for details. Signed-off-by: Benjamin Drung --- debian/ibverbs-providers.symbols | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/ibverbs-providers.symbols b/debian/ibverbs-providers.symbols index c7804c50..4a8e60b1 100644 --- a/debian/ibverbs-providers.symbols +++ b/debian/ibverbs-providers.symbols @@ -6,6 +6,7 @@ libmlx4.so.1 ibverbs-providers #MINVER# mlx4dv_create_qp@MLX4_1.0 15 mlx4dv_set_context_attr@MLX4_1.0 15 libmlx5.so.1 ibverbs-providers #MINVER# +* Build-Depends-Package: libibverbs-dev MLX5_1.0@MLX5_1.0 13 MLX5_1.1@MLX5_1.1 14 MLX5_1.2@MLX5_1.2 15