* bug#26257: [PATCH] gnu: Add rdma-core.
[not found] <20170325203353.15515-1-mbakke@fastmail.com>
@ 2017-03-27 11:55 ` Ludovic Courtès
2017-03-28 15:08 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2017-03-27 11:55 UTC (permalink / raw)
To: Marius Bakke; +Cc: 26257
Marius Bakke <mbakke@fastmail.com> skribis:
> * gnu/packages/linux.scm (rdma-core): New variable.
LGTM!
> + (home-page "https://github.com/linux-rdma/rdma-core")
> + (synopsis "Utilities and libraries for working with RDMA devices")
> + (description
> + "This package provides the userspace components for the InfiniBand
> +subsystem of the Linux kernel. Specifically it contains userspace libraries
> +for the following device nodes:
> +
> +@enumerate
> +@item @file{/dev/infiniband/uverbsX} (@code{libibverbs})
> +@item @file{/dev/infiniband/rdma_cm} (@code{librdmacm})
> +@item @file{/dev/infiniband/umadX} (@code{libibumad})
> +@end enumerate
> +
> +The following service daemons are also provided:
> +@enumerate
> +@item @code{srp_daemon} (for the @code{ib_srp} kernel module)
> +@item @code{iwpmd} (for iwarp kernel providers)
> +@item @code{ibacm} (for InfiniBand communication management assistant)
> +@end enumerate")
I was wondering whether this code was relying on proprietary InfiniBand
drivers, which would not be okay, but
find $LINUX_MODULE_DIRECTORY -name ib\*ko
shows a bunch of drivers, including ‘ib_srp’ (mentioned above), so I
guess this is fine.
Thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-28 15:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170325203353.15515-1-mbakke@fastmail.com>
2017-03-27 11:55 ` bug#26257: [PATCH] gnu: Add rdma-core Ludovic Courtès
2017-03-28 15:08 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.