Re: [PATCH v2 12/12] rds/ib: Remove ib_get_dma_mr calls

2015-08-13 Thread santosh shilimkar
On 7/30/2015 4:22 PM, Jason Gunthorpe wrote: The pd now has a local_dma_lkey member which completely replaces ib_get_dma_mr, use it instead. Signed-off-by: Jason Gunthorpe --- net/rds/ib.c | 8 net/rds/ib.h | 2 -- net/rds/ib_cm.c | 4 +--- net/rds/ib_recv.c | 6 +++---

[PATCH v2 12/12] rds/ib: Remove ib_get_dma_mr calls

2015-07-30 Thread Jason Gunthorpe
The pd now has a local_dma_lkey member which completely replaces ib_get_dma_mr, use it instead. Signed-off-by: Jason Gunthorpe --- net/rds/ib.c | 8 net/rds/ib.h | 2 -- net/rds/ib_cm.c | 4 +--- net/rds/ib_recv.c | 6 +++--- net/rds/ib_send.c | 8 5 files changed,