Skip to content
Commit f2e9bd70 authored by Marciniszyn, Mike's avatar Marciniszyn, Mike Committed by David S. Miller
Browse files

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: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent af9b078e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment