commit | f2e9bd70327d788011cf787a51ceba5925bbc63a | [log] [tgz] |
---|---|---|
author | Marciniszyn, Mike <mike.marciniszyn@intel.com> | Fri Dec 21 08:01:49 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 26 15:17:37 2012 -0800 |
tree | af2b58950283f0bf49b9f725dd30ab306d28a610 | |
parent | af9b078e354614fad1e2e0cef04e216ae37cc389 [diff] |
IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len 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 <mike.marciniszyn@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>