提交 d4de76da 编写于 作者: S santosh.shilimkar@oracle.com 提交者: David S. Miller

RDS: IB: add connection info to ibmr

Preperatory patch for FRMR support. From connection info,
we can retrieve cm_id which contains qp handled needed for
work request posting.

We also need to drop the RDS connection on QP error states
where connection handle becomes useful.
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 490ea596
...@@ -52,6 +52,7 @@ struct rds_ib_fmr { ...@@ -52,6 +52,7 @@ struct rds_ib_fmr {
struct rds_ib_mr { struct rds_ib_mr {
struct rds_ib_device *device; struct rds_ib_device *device;
struct rds_ib_mr_pool *pool; struct rds_ib_mr_pool *pool;
struct rds_ib_connection *ic;
struct llist_node llnode; struct llist_node llnode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册