All of lore.kernel.org
 help / color / mirror / Atom feed
* rdma-core make install is failing
@ 2017-07-06 15:28 Suman Debnath
       [not found] ` <CAGxzWdAvjAgeiRsR0UvArC0L+n_PbiuNJfoDvkWzV0Y3hypSeg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
       [not found] ` <CANjDDBj4tSozHvEjqR1=QyydpH2iG7yBHU=FUyGj+oVn7Yvz+w@mail.gmail.com>
  0 siblings, 2 replies; 8+ messages in thread
From: Suman Debnath @ 2017-07-06 15:28 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Greetings Team:



I was trying to install rdma-core, on CentOS 7.2(Kernel 4.9.28)

I'm not sure what I'm doing wrong but make install is searching for
"/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".

After running build.sh I ran make install and get this error, I also
checked the build.sh didn’t create this library
(libbnxt_re-rdmav2.so):



>> snippet <<



-- Up-to-date: /usr/local/include/infiniband/cm.h

-- Up-to-date: /usr/local/include/infiniband/cm_abi.h

-- Up-to-date: /usr/local/lib64/libibcm.so.1.0.15

-- Up-to-date: /usr/local/lib64/libibcm.so.1

-- Up-to-date: /usr/local/lib64/libibcm.so

-- Up-to-date: /root/software/rdma-core-master/build/etc/libibverbs.d/bnxt_re.driver

CMake Error at providers/bnxt_re/cmake_install.cmake:62 (FILE):

  file INSTALL cannot find

  "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".

Call Stack (most recent call first):

  cmake_install.cmake:47 (INCLUDE)





make: *** [install] Error 1





>> snippet <<



[root@target1 build]# ls lib/lib*

lib/libcxgb3-rdmav2.so      lib/libibacmp.so       lib/libibumad.so.3
      lib/libipathverbs-rdmav2.so  lib/libmlx5-rdmav2.so
lib/libnes-rdmav2.so     lib/librdmacm.so.1.0.15

lib/libcxgb4-rdmav2.so      lib/libibcm.so
lib/libibumad.so.3.0.15   lib/libmlx4-rdmav2.so        lib/libmlx5.so
        lib/libocrdma-rdmav2.so  lib/librspreload.so

lib/libhfi1verbs-rdmav2.so  lib/libibcm.so.1       lib/libibverbs.so
      lib/libmlx4.so               lib/libmlx5.so.1
lib/libqedr-rdmav2.so    lib/librxe-rdmav2.so

lib/libhns-rdmav2.so        lib/libibcm.so.1.0.15  lib/libibverbs.so.1
      lib/libmlx4.so.1             lib/libmlx5.so.1.1.15
lib/librdmacm.so         lib/libvmw_pvrdma-rdmav2.so

lib/libi40iw-rdmav2.so      lib/libibumad.so
lib/libibverbs.so.1.1.15  lib/libmlx4.so.1.0.15
lib/libmthca-rdmav2.so  lib/librdmacm.so.1

[root@target1 build]#

[root@target1 build]#



Am I missing something?



Thank you.

Regards,

Suman++
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found] ` <CAGxzWdAvjAgeiRsR0UvArC0L+n_PbiuNJfoDvkWzV0Y3hypSeg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-07-06 15:37   ` Devesh Sharma
       [not found]     ` <CANjDDBibVGqa5xRwpwZcwOR-vtx-wf=5yW4Z4euD1uYk5Z79EA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2017-07-06 16:34   ` Leon Romanovsky
  1 sibling, 1 reply; 8+ messages in thread
From: Devesh Sharma @ 2017-07-06 15:37 UTC (permalink / raw)
  To: Suman Debnath; +Cc: linux-rdma

+Jason,

Could you try same steps with v13 tag and see if it still fails?

Adding Jason, Seemingly a bug in the make-install path.

-Regards

On Thu, Jul 6, 2017 at 8:58 PM, Suman Debnath <suman.14san-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Greetings Team:
>
>
>
> I was trying to install rdma-core, on CentOS 7.2(Kernel 4.9.28)
>
> I'm not sure what I'm doing wrong but make install is searching for
> "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".
>
> After running build.sh I ran make install and get this error, I also
> checked the build.sh didn’t create this library
> (libbnxt_re-rdmav2.so):
>
>
>
>>> snippet <<
>
>
>
> -- Up-to-date: /usr/local/include/infiniband/cm.h
>
> -- Up-to-date: /usr/local/include/infiniband/cm_abi.h
>
> -- Up-to-date: /usr/local/lib64/libibcm.so.1.0.15
>
> -- Up-to-date: /usr/local/lib64/libibcm.so.1
>
> -- Up-to-date: /usr/local/lib64/libibcm.so
>
> -- Up-to-date: /root/software/rdma-core-master/build/etc/libibverbs.d/bnxt_re.driver
>
> CMake Error at providers/bnxt_re/cmake_install.cmake:62 (FILE):
>
>   file INSTALL cannot find
>
>   "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".
>
> Call Stack (most recent call first):
>
>   cmake_install.cmake:47 (INCLUDE)
>
>
>
>
>
> make: *** [install] Error 1
>
>
>
>
>
>>> snippet <<
>
>
>
> [root@target1 build]# ls lib/lib*
>
> lib/libcxgb3-rdmav2.so      lib/libibacmp.so       lib/libibumad.so.3
>       lib/libipathverbs-rdmav2.so  lib/libmlx5-rdmav2.so
> lib/libnes-rdmav2.so     lib/librdmacm.so.1.0.15
>
> lib/libcxgb4-rdmav2.so      lib/libibcm.so
> lib/libibumad.so.3.0.15   lib/libmlx4-rdmav2.so        lib/libmlx5.so
>         lib/libocrdma-rdmav2.so  lib/librspreload.so
>
> lib/libhfi1verbs-rdmav2.so  lib/libibcm.so.1       lib/libibverbs.so
>       lib/libmlx4.so               lib/libmlx5.so.1
> lib/libqedr-rdmav2.so    lib/librxe-rdmav2.so
>
> lib/libhns-rdmav2.so        lib/libibcm.so.1.0.15  lib/libibverbs.so.1
>       lib/libmlx4.so.1             lib/libmlx5.so.1.1.15
> lib/librdmacm.so         lib/libvmw_pvrdma-rdmav2.so
>
> lib/libi40iw-rdmav2.so      lib/libibumad.so
> lib/libibverbs.so.1.1.15  lib/libmlx4.so.1.0.15
> lib/libmthca-rdmav2.so  lib/librdmacm.so.1
>
> [root@target1 build]#
>
> [root@target1 build]#
>
>
>
> Am I missing something?
>
>
>
> Thank you.
>
> Regards,
>
> Suman++
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found]     ` <CANjDDBibVGqa5xRwpwZcwOR-vtx-wf=5yW4Z4euD1uYk5Z79EA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-07-06 15:38       ` Devesh Sharma
  0 siblings, 0 replies; 8+ messages in thread
From: Devesh Sharma @ 2017-07-06 15:38 UTC (permalink / raw)
  To: Suman Debnath; +Cc: linux-rdma, Jason Gunthorpe

+Jason

On Thu, Jul 6, 2017 at 9:07 PM, Devesh Sharma
<devesh.sharma-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> wrote:
> +Jason,
>
> Could you try same steps with v13 tag and see if it still fails?
>
> Adding Jason, Seemingly a bug in the make-install path.
>
> -Regards
>
> On Thu, Jul 6, 2017 at 8:58 PM, Suman Debnath <suman.14san-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Greetings Team:
>>
>>
>>
>> I was trying to install rdma-core, on CentOS 7.2(Kernel 4.9.28)
>>
>> I'm not sure what I'm doing wrong but make install is searching for
>> "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".
>>
>> After running build.sh I ran make install and get this error, I also
>> checked the build.sh didn’t create this library
>> (libbnxt_re-rdmav2.so):
>>
>>
>>
>>>> snippet <<
>>
>>
>>
>> -- Up-to-date: /usr/local/include/infiniband/cm.h
>>
>> -- Up-to-date: /usr/local/include/infiniband/cm_abi.h
>>
>> -- Up-to-date: /usr/local/lib64/libibcm.so.1.0.15
>>
>> -- Up-to-date: /usr/local/lib64/libibcm.so.1
>>
>> -- Up-to-date: /usr/local/lib64/libibcm.so
>>
>> -- Up-to-date: /root/software/rdma-core-master/build/etc/libibverbs.d/bnxt_re.driver
>>
>> CMake Error at providers/bnxt_re/cmake_install.cmake:62 (FILE):
>>
>>   file INSTALL cannot find
>>
>>   "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".
>>
>> Call Stack (most recent call first):
>>
>>   cmake_install.cmake:47 (INCLUDE)
>>
>>
>>
>>
>>
>> make: *** [install] Error 1
>>
>>
>>
>>
>>
>>>> snippet <<
>>
>>
>>
>> [root@target1 build]# ls lib/lib*
>>
>> lib/libcxgb3-rdmav2.so      lib/libibacmp.so       lib/libibumad.so.3
>>       lib/libipathverbs-rdmav2.so  lib/libmlx5-rdmav2.so
>> lib/libnes-rdmav2.so     lib/librdmacm.so.1.0.15
>>
>> lib/libcxgb4-rdmav2.so      lib/libibcm.so
>> lib/libibumad.so.3.0.15   lib/libmlx4-rdmav2.so        lib/libmlx5.so
>>         lib/libocrdma-rdmav2.so  lib/librspreload.so
>>
>> lib/libhfi1verbs-rdmav2.so  lib/libibcm.so.1       lib/libibverbs.so
>>       lib/libmlx4.so               lib/libmlx5.so.1
>> lib/libqedr-rdmav2.so    lib/librxe-rdmav2.so
>>
>> lib/libhns-rdmav2.so        lib/libibcm.so.1.0.15  lib/libibverbs.so.1
>>       lib/libmlx4.so.1             lib/libmlx5.so.1.1.15
>> lib/librdmacm.so         lib/libvmw_pvrdma-rdmav2.so
>>
>> lib/libi40iw-rdmav2.so      lib/libibumad.so
>> lib/libibverbs.so.1.1.15  lib/libmlx4.so.1.0.15
>> lib/libmthca-rdmav2.so  lib/librdmacm.so.1
>>
>> [root@target1 build]#
>>
>> [root@target1 build]#
>>
>>
>>
>> Am I missing something?
>>
>>
>>
>> Thank you.
>>
>> Regards,
>>
>> Suman++
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found] ` <CAGxzWdAvjAgeiRsR0UvArC0L+n_PbiuNJfoDvkWzV0Y3hypSeg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2017-07-06 15:37   ` Devesh Sharma
@ 2017-07-06 16:34   ` Leon Romanovsky
  1 sibling, 0 replies; 8+ messages in thread
From: Leon Romanovsky @ 2017-07-06 16:34 UTC (permalink / raw)
  To: Suman Debnath; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 2919 bytes --]

On Thu, Jul 06, 2017 at 08:58:04PM +0530, Suman Debnath wrote:
> Greetings Team:
>
>
>
> I was trying to install rdma-core, on CentOS 7.2(Kernel 4.9.28)
>
> I'm not sure what I'm doing wrong but make install is searching for
> "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".
>
> After running build.sh I ran make install and get this error, I also
> checked the build.sh didn’t create this library
> (libbnxt_re-rdmav2.so):
>
>
>
> >> snippet <<
>
>
>
> -- Up-to-date: /usr/local/include/infiniband/cm.h
>
> -- Up-to-date: /usr/local/include/infiniband/cm_abi.h
>
> -- Up-to-date: /usr/local/lib64/libibcm.so.1.0.15
>
> -- Up-to-date: /usr/local/lib64/libibcm.so.1
>
> -- Up-to-date: /usr/local/lib64/libibcm.so
>
> -- Up-to-date: /root/software/rdma-core-master/build/etc/libibverbs.d/bnxt_re.driver
>
> CMake Error at providers/bnxt_re/cmake_install.cmake:62 (FILE):
>
>   file INSTALL cannot find
>
>   "/root/software/rdma-core-master/build/lib/libbnxt_re-rdmav2.so".
>
> Call Stack (most recent call first):
>
>   cmake_install.cmake:47 (INCLUDE)
>
>
>
>
>
> make: *** [install] Error 1
>
>
>
>
>
> >> snippet <<
>
>
>
> [root@target1 build]# ls lib/lib*
>
> lib/libcxgb3-rdmav2.so      lib/libibacmp.so       lib/libibumad.so.3
>       lib/libipathverbs-rdmav2.so  lib/libmlx5-rdmav2.so
> lib/libnes-rdmav2.so     lib/librdmacm.so.1.0.15
>
> lib/libcxgb4-rdmav2.so      lib/libibcm.so
> lib/libibumad.so.3.0.15   lib/libmlx4-rdmav2.so        lib/libmlx5.so
>         lib/libocrdma-rdmav2.so  lib/librspreload.so
>
> lib/libhfi1verbs-rdmav2.so  lib/libibcm.so.1       lib/libibverbs.so
>       lib/libmlx4.so               lib/libmlx5.so.1
> lib/libqedr-rdmav2.so    lib/librxe-rdmav2.so
>
> lib/libhns-rdmav2.so        lib/libibcm.so.1.0.15  lib/libibverbs.so.1
>       lib/libmlx4.so.1             lib/libmlx5.so.1.1.15
> lib/librdmacm.so         lib/libvmw_pvrdma-rdmav2.so
>
> lib/libi40iw-rdmav2.so      lib/libibumad.so
> lib/libibverbs.so.1.1.15  lib/libmlx4.so.1.0.15
> lib/libmthca-rdmav2.so  lib/librdmacm.so.1
>
> [root@target1 build]#
>
> [root@target1 build]#
>
>
>
> Am I missing something?

Yes,

The build.sh script is intended for the easy development and it builds the
library in place. In order to install the library, you should follow
one the following options:
1. (Preferable) Build RPM packages by using buildlib/cbuild script.
2. Write your custom build.sh script with correct paths and -DIN_PLACE=0

The "make install" command is not supposed to work on the result from build.sh.

Thanks

>
>
>
> Thank you.
>
> Regards,
>
> Suman++
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found]   ` <CANjDDBj4tSozHvEjqR1=QyydpH2iG7yBHU=FUyGj+oVn7Yvz+w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-07-09 16:42     ` Jason Gunthorpe
       [not found]       ` <20170709164203.GA3058-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Gunthorpe @ 2017-07-09 16:42 UTC (permalink / raw)
  To: Devesh Sharma; +Cc: Suman Debnath, linux-rdma

There is nothing special about bnxt_re - it should build in all cases,
unless your source tree is older than the patch. Are you sure your
build step is not failing for some reason?

> Adding Jason, Seemingly a bug in the make-install path.

Looks to me like a build problem, install assumes a successfull build,
if it expects bnxt_re then it should have been built.

The other option is your build output tree got confused when you
switched between a tree before/after bnxt_re introduction, but even that is
supposed to work automatically.

Jason

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found]       ` <20170709164203.GA3058-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
@ 2017-07-10  3:32         ` Devesh Sharma
  2017-07-10  5:27         ` Leon Romanovsky
  1 sibling, 0 replies; 8+ messages in thread
From: Devesh Sharma @ 2017-07-10  3:32 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: Suman Debnath, linux-rdma

I did couple of experiments and removed bnxt_re from the list of
providers, "make install" now fails exactly the same way for cxgb3. If
we have "make install" target it should work cleanly instead of
failing with errors or confusing outputs.


On Sun, Jul 9, 2017 at 10:12 PM, Jason Gunthorpe
<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> wrote:
> There is nothing special about bnxt_re - it should build in all cases,
> unless your source tree is older than the patch. Are you sure your
> build step is not failing for some reason?
>
>> Adding Jason, Seemingly a bug in the make-install path.
>
> Looks to me like a build problem, install assumes a successfull build,
> if it expects bnxt_re then it should have been built.
>
> The other option is your build output tree got confused when you
> switched between a tree before/after bnxt_re introduction, but even that is
> supposed to work automatically.
>
> Jason
>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found]       ` <20170709164203.GA3058-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  2017-07-10  3:32         ` Devesh Sharma
@ 2017-07-10  5:27         ` Leon Romanovsky
       [not found]           ` <20170710052711.GK1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: Leon Romanovsky @ 2017-07-10  5:27 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: Devesh Sharma, Suman Debnath, linux-rdma

[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]

On Sun, Jul 09, 2017 at 10:42:03AM -0600, Jason Gunthorpe wrote:
> There is nothing special about bnxt_re - it should build in all cases,
> unless your source tree is older than the patch. Are you sure your
> build step is not failing for some reason?
>
> > Adding Jason, Seemingly a bug in the make-install path.
>
> Looks to me like a build problem, install assumes a successfull build,
> if it expects bnxt_re then it should have been built.
>
> The other option is your build output tree got confused when you
> switched between a tree before/after bnxt_re introduction, but even that is
> supposed to work automatically.

Jason,

They are building with build.sh script with -DIN_PLACE=1.

It is documentation issue on the rationale of building _in_place_ and why
installation is not needed for the developers and how RPM/DEB files
of rdma-core are generated.

Thanks

>
> Jason
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: rdma-core make install is failing
       [not found]           ` <20170710052711.GK1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
@ 2017-07-10 17:42             ` Jason Gunthorpe
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Gunthorpe @ 2017-07-10 17:42 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: Devesh Sharma, Suman Debnath, linux-rdma

On Mon, Jul 10, 2017 at 08:27:11AM +0300, Leon Romanovsky wrote:
> On Sun, Jul 09, 2017 at 10:42:03AM -0600, Jason Gunthorpe wrote:
> > There is nothing special about bnxt_re - it should build in all cases,
> > unless your source tree is older than the patch. Are you sure your
> > build step is not failing for some reason?
> >
> > > Adding Jason, Seemingly a bug in the make-install path.
> >
> > Looks to me like a build problem, install assumes a successfull build,
> > if it expects bnxt_re then it should have been built.
> >
> > The other option is your build output tree got confused when you
> > switched between a tree before/after bnxt_re introduction, but even that is
> > supposed to work automatically.
> 
> Jason,
> 
> They are building with build.sh script with -DIN_PLACE=1.
> 
> It is documentation issue on the rationale of building _in_place_ and why
> installation is not needed for the developers and how RPM/DEB files
> of rdma-core are generated.

Let me see if I can make 'make install' fail with a more sensible
error in this case.

As you said, 'make install' with '-DIN_PLACE' is not allowed or sane.

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-10 17:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 15:28 rdma-core make install is failing Suman Debnath
     [not found] ` <CAGxzWdAvjAgeiRsR0UvArC0L+n_PbiuNJfoDvkWzV0Y3hypSeg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-06 15:37   ` Devesh Sharma
     [not found]     ` <CANjDDBibVGqa5xRwpwZcwOR-vtx-wf=5yW4Z4euD1uYk5Z79EA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-06 15:38       ` Devesh Sharma
2017-07-06 16:34   ` Leon Romanovsky
     [not found] ` <CANjDDBj4tSozHvEjqR1=QyydpH2iG7yBHU=FUyGj+oVn7Yvz+w@mail.gmail.com>
     [not found]   ` <CANjDDBj4tSozHvEjqR1=QyydpH2iG7yBHU=FUyGj+oVn7Yvz+w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-09 16:42     ` Jason Gunthorpe
     [not found]       ` <20170709164203.GA3058-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-10  3:32         ` Devesh Sharma
2017-07-10  5:27         ` Leon Romanovsky
     [not found]           ` <20170710052711.GK1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-07-10 17:42             ` Jason Gunthorpe

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.