git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9b078
)
IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len
author
Marciniszyn, Mike
<mike.marciniszyn@intel.com>
Fri, 21 Dec 2012 08:01:49 +0000
(08:01 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 Dec 2012 23:17:37 +0000
(15:17 -0800)
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>
No differences found