Re: [PATCH V2 RFC 1/3] svcrdma: Transport and header file changes

2014-05-06 Thread J. Bruce Fields
On Tue, May 06, 2014 at 04:02:41PM -0500, Steve Wise wrote: > On 5/6/2014 2:21 PM, J. Bruce Fields wrote: > >On Tue, May 06, 2014 at 12:46:27PM -0500, Steve Wise wrote: > >>From: Tom Tucker > >> > >>Change poll logic to grab up to 6 completions at a time. > >> > >>RDMA write and send completions n

Re: [PATCH V2 RFC 1/3] svcrdma: Transport and header file changes

2014-05-06 Thread Steve Wise
On 5/6/2014 2:21 PM, J. Bruce Fields wrote: On Tue, May 06, 2014 at 12:46:27PM -0500, Steve Wise wrote: From: Tom Tucker Change poll logic to grab up to 6 completions at a time. RDMA write and send completions no longer deal with fastreg objects. Set SVCRDMA_DEVCAP_FAST_REG and allocate a dm

Re: [PATCH V2 RFC 1/3] svcrdma: Transport and header file changes

2014-05-06 Thread J. Bruce Fields
On Tue, May 06, 2014 at 12:46:27PM -0500, Steve Wise wrote: > From: Tom Tucker > > Change poll logic to grab up to 6 completions at a time. > > RDMA write and send completions no longer deal with fastreg objects. > > Set SVCRDMA_DEVCAP_FAST_REG and allocate a dma_mr based on the device > capabi

[PATCH V2 RFC 1/3] svcrdma: Transport and header file changes

2014-05-06 Thread Steve Wise
From: Tom Tucker Change poll logic to grab up to 6 completions at a time. RDMA write and send completions no longer deal with fastreg objects. Set SVCRDMA_DEVCAP_FAST_REG and allocate a dma_mr based on the device capabilities. Signed-off-by: Tom Tucker Signed-off-by: Steve Wise --- include