[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V2 4/5] pvrdma: initial implementation
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH V2 4/5] pvrdma: initial implementation |
Date: |
Tue, 19 Dec 2017 18:12:26 +0200 |
On Sun, Dec 17, 2017 at 02:54:56PM +0200, Marcel Apfelbaum wrote:
> @@ -2847,15 +2847,16 @@ if test "$rdma" != "no" ; then
> #include <rdma/rdma_cma.h>
> int main(void) { return 0; }
> EOF
> - rdma_libs="-lrdmacm -libverbs"
> + rdma_libs="-lrdmacm -libverbs -libumad"
> if compile_prog "" "$rdma_libs" ; then
> rdma="yes"
> else
> + libs_softmmu="$libs_softmmu $rdma_libs"
> if test "$rdma" = "yes" ; then
> error_exit \
> - " OpenFabrics librdmacm/libibverbs not present." \
> + " OpenFabrics librdmacm/libibverbs/libibumad not present." \
> " Your options:" \
> - " (1) Fast: Install infiniband packages from your distro." \
> + " (1) Fast: Install infiniband packages (devel) from your distro."
> \
> " (2) Cleanest: Install libraries from www.openfabrics.org" \
> " (3) Also: Install softiwarp if you don't have RDMA hardware"
> fi
Some whitespace damage here.
- [Qemu-devel] [PATCH V2 1/5] pci/shpc: Move function to generic header file, (continued)
- [Qemu-devel] [PATCH V2 1/5] pci/shpc: Move function to generic header file, Marcel Apfelbaum, 2017/12/17
- [Qemu-devel] [PATCH V2 2/5] mem: add share parameter to memory-backend-ram, Marcel Apfelbaum, 2017/12/17
- [Qemu-devel] [PATCH V2 3/5] docs: add pvrdma device documentation, Marcel Apfelbaum, 2017/12/17
- [Qemu-devel] [PATCH V2 5/5] MAINTAINERS: add entry for hw/net/pvrdma, Marcel Apfelbaum, 2017/12/17
- [Qemu-devel] [PATCH V2 4/5] pvrdma: initial implementation, Marcel Apfelbaum, 2017/12/17
- Re: [Qemu-devel] [PATCH V2 4/5] pvrdma: initial implementation, Philippe Mathieu-Daudé, 2017/12/19
Re: [Qemu-devel] [PATCH V2 0/5] hw/pvrdma: PVRDMA device implementation, Michael S. Tsirkin, 2017/12/19