rds/ib: Remove ib_get_dma_mr calls
The pd now has a local_dma_lkey member which completely replaces ib_get_dma_mr, use it instead. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
2f31fa881f
commit
e5580242aa
@@ -100,7 +100,6 @@ struct rds_ib_connection {
|
||||
/* alphabet soup, IBTA style */
|
||||
struct rdma_cm_id *i_cm_id;
|
||||
struct ib_pd *i_pd;
|
||||
struct ib_mr *i_mr;
|
||||
struct ib_cq *i_send_cq;
|
||||
struct ib_cq *i_recv_cq;
|
||||
|
||||
@@ -173,7 +172,6 @@ struct rds_ib_device {
|
||||
struct list_head conn_list;
|
||||
struct ib_device *dev;
|
||||
struct ib_pd *pd;
|
||||
struct ib_mr *mr;
|
||||
struct rds_ib_mr_pool *mr_pool;
|
||||
unsigned int fmr_max_remaps;
|
||||
unsigned int max_fmrs;
|
||||
|
Reference in New Issue
Block a user