Re: [PATCH 1/2] IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len

2012-12-26 Thread David Miller
From: Mike Marciniszyn mike.marcinis...@intel.com Date: Fri, 21 Dec 2012 13:01:49 -0500 0b088e00 (RDS: Use page_remainder_alloc() for recv bufs) added uses of sg_dma_len() and sg_dma_address(). This makes RDS DOA with the qib driver. IB ulps should use ib_sg_dma_len() and ib_sg_dma_address

Re: [PATCH 1/2] IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len

2012-12-25 Thread Bart Van Assche
On 12/21/12 19:01, Mike Marciniszyn wrote: 0b088e00 (RDS: Use page_remainder_alloc() for recv bufs) added uses of sg_dma_len() and sg_dma_address(). This makes RDS DOA with the qib driver. IB ulps should use ib_sg_dma_len() and ib_sg_dma_address respectively since some HCAs overload

[PATCH 1/2] IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len

2012-12-21 Thread Mike Marciniszyn
0b088e00 (RDS: Use page_remainder_alloc() for recv bufs) added uses of sg_dma_len() and sg_dma_address(). This makes RDS DOA with the qib driver. IB ulps should use ib_sg_dma_len() and ib_sg_dma_address respectively since some HCAs overload ib_sg_dma* operations. Signed-off-by: Mike Marciniszyn