[PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()

2015-07-20 Thread Chuck Lever
Untangle the end of rpcrdma_ia_open() by moving DMA MR set-up, which is different for each registration method, to the .ro_open functions. This is refactoring only. No behavior change is expected. Signed-off-by: Chuck Lever Tested-by: Devesh Sharma --- net/sunrpc/xprtrdma/fmr_ops.c | 19

Re: [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()

2015-07-26 Thread Christoph Hellwig
Jason has patches that provide a local_dma_lkey in the PD that is always available. Do you need this clean up for the next merge window? If not it might be worth to postponed it to avoid merge conflicts, specially as I assume the NFS changes will go in through Trond. On Mon, Jul 20, 2015 at 03:0

Re: [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()

2015-07-26 Thread Chuck Lever
Hi Christoph- On Jul 26, 2015, at 12:53 PM, Christoph Hellwig wrote: > Jason has patches that provide a local_dma_lkey in the PD that is always > available. Do you need this clean up for the next merge window? If not > it might be worth to postponed it to avoid merge conflicts, specially > as

Re: [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()

2015-07-26 Thread Christoph Hellwig
On Sun, Jul 26, 2015 at 02:21:23PM -0400, Chuck Lever wrote: > No, this patch is not strictly needed in 4.3, but my read of > Jason?s series is that he does not touch xprtrdma. I don?t > believe there will be a merge conflict. > > The goal of this patch is to move xprtrdma forward so it will > be