Re: [PATCH] svcrdma: refactor marshalling logic

2014-04-26 Thread J. Bruce Fields
On Fri, Apr 25, 2014 at 09:24:47AM -0400, Chuck Lever wrote: > Hi Bruce- > > On Apr 25, 2014, at 6:58 AM, J. Bruce Fields wrote: > > > On Thu, Apr 10, 2014 at 01:37:23PM -0500, Steve Wise wrote: > >> From: Tom Tucker > >> > >> This patch refactors the marshalling logic to remove the intermedia

Re: [PATCH] svcrdma: refactor marshalling logic

2014-04-25 Thread Steve Wise
On 4/25/2014 8:24 AM, Chuck Lever wrote: Hi Bruce- On Apr 25, 2014, at 6:58 AM, J. Bruce Fields wrote: On Thu, Apr 10, 2014 at 01:37:23PM -0500, Steve Wise wrote: From: Tom Tucker This patch refactors the marshalling logic to remove the intermediary map structures. It also fixes an existi

Re: [PATCH] svcrdma: refactor marshalling logic

2014-04-25 Thread Chuck Lever
Hi Bruce- On Apr 25, 2014, at 6:58 AM, J. Bruce Fields wrote: > On Thu, Apr 10, 2014 at 01:37:23PM -0500, Steve Wise wrote: >> From: Tom Tucker >> >> This patch refactors the marshalling logic to remove the intermediary >> map structures. It also fixes an existing bug where the NFSRDMA server

Re: [PATCH] svcrdma: refactor marshalling logic

2014-04-25 Thread J. Bruce Fields
On Thu, Apr 10, 2014 at 01:37:23PM -0500, Steve Wise wrote: > From: Tom Tucker > > This patch refactors the marshalling logic to remove the intermediary > map structures. It also fixes an existing bug where the NFSRDMA server > was not minding the device fast register page list length limitation

RE: [PATCH] svcrdma: refactor marshalling logic

2014-04-18 Thread Steve Wise
4 12:59 PM > To: bfie...@fieldses.org > Cc: linux-...@vger.kernel.org; linux-rdma@vger.kernel.org; t...@ogc.us > Subject: RE: [PATCH] svcrdma: refactor marshalling logic > > Tested-by: Steve Wise > > > -- > To unsubscribe from this list: send the line "unsubscribe l

RE: [PATCH] svcrdma: refactor marshalling logic

2014-04-17 Thread Steve Wise
Tested-by: Steve Wise -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] svcrdma: refactor marshalling logic

2014-04-10 Thread Steve Wise
From: Tom Tucker This patch refactors the marshalling logic to remove the intermediary map structures. It also fixes an existing bug where the NFSRDMA server was not minding the device fast register page list length limitations. Signed-off-by: Tom Tucker --- include/linux/sunrpc/svc_rdma.h