Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-11 Thread Doug Ledford
On 09/11/2015 03:14 AM, Or Gerlitz wrote: > On 9/10/2015 7:53 PM, Doug Ledford wrote: >>> >I don't see it in your kernel.org tree [1] >> Because I didn't push it yet. I can push it now >> >> Push complete. >> > > So we should keep chasing every commit you took and have humans look > for it a

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-11 Thread Or Gerlitz
On 9/10/2015 7:53 PM, Doug Ledford wrote: >I don't see it in your kernel.org tree [1] Because I didn't push it yet. I can push it now Push complete. So we should keep chasing every commit you took and have humans look for it among bunch of trees/branches, it's so tired-ing and annoyin

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-10 Thread Doug Ledford
On 09/10/2015 11:17 AM, Or Gerlitz wrote: > On 9/5/2015 2:43 AM, Doug Ledford wrote: >> On 09/03/2015 10:56 AM, Haggai Eran wrote: >>> This series adds userspace support for on-demand paging. The first >>> patch adds >>> support for the new extended query device verb. Patch 2 adds the >>> capabilit

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-10 Thread Or Gerlitz
On 9/5/2015 2:43 AM, Doug Ledford wrote: On 09/03/2015 10:56 AM, Haggai Eran wrote: This series adds userspace support for on-demand paging. The first patch adds support for the new extended query device verb. Patch 2 adds the capability and interface bits related to on-demand paging, and patch

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-05 Thread Doug Ledford
> On Sep 5, 2015, at 1:27 PM, Or Gerlitz wrote: > > On Sat, Sep 5, 2015 at 2:43 AM, Doug Ledford wrote: >> Series applied, thanks. > > Doug, a user-space related note, in LPC you made a comment that the > user space RoCE UD patches are broken with libnl3, well, talking to > Matan, he said this

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-05 Thread Or Gerlitz
On Sat, Sep 5, 2015 at 2:43 AM, Doug Ledford wrote: > Series applied, thanks. Doug, a user-space related note, in LPC you made a comment that the user space RoCE UD patches are broken with libnl3, well, talking to Matan, he said this is indeed the case with the RHEL provided libnl3 but not with t

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Doug Ledford
On 09/03/2015 10:56 AM, Haggai Eran wrote: > This series adds userspace support for on-demand paging. The first patch adds > support for the new extended query device verb. Patch 2 adds the capability > and > interface bits related to on-demand paging, and patch 3 adds example code to > the rc_pin

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Doug Ledford
On 09/04/2015 04:42 PM, Jason Gunthorpe wrote: > On Fri, Sep 04, 2015 at 04:23:05PM -0400, Doug Ledford wrote: >> On 09/03/2015 10:56 AM, Haggai Eran wrote: >>> This series adds userspace support for on-demand paging. The first patch >>> adds >>> support for the new extended query device verb. Pat

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Jason Gunthorpe
On Fri, Sep 04, 2015 at 04:23:05PM -0400, Doug Ledford wrote: > On 09/03/2015 10:56 AM, Haggai Eran wrote: > > This series adds userspace support for on-demand paging. The first patch > > adds > > support for the new extended query device verb. Patch 2 adds the capability > > and > > interface bi

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Doug Ledford
On 09/03/2015 10:56 AM, Haggai Eran wrote: > This series adds userspace support for on-demand paging. The first patch adds > support for the new extended query device verb. Patch 2 adds the capability > and > interface bits related to on-demand paging, and patch 3 adds example code to > the rc_pin

[PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-03 Thread Haggai Eran
This series adds userspace support for on-demand paging. The first patch adds support for the new extended query device verb. Patch 2 adds the capability and interface bits related to on-demand paging, and patch 3 adds example code to the rc_pingpong program to use on-demand paging. Changes from v