From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcpyi-0002kp-Le for guix-patches@gnu.org; Wed, 02 Aug 2017 05:30:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcpye-0000SP-HV for guix-patches@gnu.org; Wed, 02 Aug 2017 05:30:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34998) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcpye-0000S9-EA for guix-patches@gnu.org; Wed, 02 Aug 2017 05:30:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcpyc-0004qI-Q6 for guix-patches@gnu.org; Wed, 02 Aug 2017 05:30:03 -0400 Subject: [bug#27912] add libnl3 Resent-Message-ID: From: Dave Love References: <87y3r3821h.fsf@i-ulialbion.it.manchester.ac.uk> <87shhbvvxs.fsf@fastmail.com> Date: Wed, 02 Aug 2017 10:28:57 +0100 In-Reply-To: <87shhbvvxs.fsf@fastmail.com> (Marius Bakke's message of "Tue, 1 Aug 2017 23:07:27 +0200") Message-ID: <87h8xq8giu.fsf@i-ulialbion.it.manchester.ac.uk> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 27912@debbugs.gnu.org Marius Bakke writes: > Hi Dave, > > We already have the netlink bindings under the name 'libnl', but it > probably doesn't install the Python bits. Can you adjust this patch to > improve the existing package? > > We also have libibverbs in 'rdma-core'. I haven't tested the > functionality of it, though. Oops -- thanks! I'm puzzled how I missed libnl, in particular. I don't know whether the Python support is really worth it, but it's in the Fedora rpm, and I'll try to fit it in. I'd expect rdma-core in linux.scm not to be the userspace components, but then I'm also puzzled why I didn't find verbs with --search and it was on Ludo's todo list. I'll look at psm support and libfabrics when I have a chance.