Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread Christoph Hellwig
On Fri, Aug 07, 2015 at 10:06:26AM -0500, Steve Wise wrote: If it is too much of a pain to alter this patch, then I'll just submit the NFSRDMA fix and live with the bisect issue... Doug's tree is still to be rebased. So please submit your NFS fix now as ask Doug to merge it before Sagi's

Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread 'Christoph Hellwig'
On Fri, Aug 07, 2015 at 11:29:12AM -0500, Steve Wise wrote: I misspoke. I had the order reversed. The order is such that we can add my new NFS patch after: e20684a xprtrdma, svcrdma: Convert to ib_alloc_mr and before these: af78181 cxgb3: Support ib_alloc_mr verb b7e06cd iw_cxgb4:

Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread 'Christoph Hellwig'
On Fri, Aug 07, 2015 at 11:19:59AM -0500, Steve Wise wrote: I guess I'll post two patches, the NFS fix that preceeds af78181/ b7e06cd, and a reworked patch to replace e20684a. Is that the way to go in your opinion? To me this sounds good. We have a couple patches from Jason's series that

RE: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread Steve Wise
-...@vger.kernel.org; target- de...@vger.kernel.org Subject: Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb On Fri, Aug 07, 2015 at 11:19:59AM -0500, Steve Wise wrote: I guess I'll post two patches, the NFS fix that preceeds af78181/ b7e06cd, and a reworked patch to replace

Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread Steve Wise
@vger.kernel.org; linux-...@vger.kernel.org; target-de...@vger.kernel.org Subject: Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb On Fri, Aug 07, 2015 at 10:06:26AM -0500, Steve Wise wrote: If it is too much of a pain to alter this patch, then I'll just submit the NFSRDMA fix and live

RE: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread Steve Wise
/15] iw_cxgb4: Support ib_alloc_mr verb Signed-off-by: Sagi Grimberg sa...@mellanox.com --- drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 4 +++- drivers/infiniband/hw/cxgb4/mem.c | 12 +--- drivers/infiniband/hw/cxgb4/provider.c | 2 +- 3 files changed, 13 insertions(+), 5

RE: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-08-07 Thread Steve Wise
; target-de...@vger.kernel.org Subject: Re: [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb On Fri, Aug 07, 2015 at 10:06:26AM -0500, Steve Wise wrote: If it is too much of a pain to alter this patch, then I'll just submit the NFSRDMA fix and live with the bisect issue... Doug's tree

[PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb

2015-07-30 Thread Sagi Grimberg
Signed-off-by: Sagi Grimberg sa...@mellanox.com --- drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 4 +++- drivers/infiniband/hw/cxgb4/mem.c | 12 +--- drivers/infiniband/hw/cxgb4/provider.c | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git