mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
isert: Print QP number when connection is established for debug
Signed-off-by: Yan Burman <yanb@mellanox.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5297 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -952,7 +952,7 @@ static int isert_conn_qp_create(struct isert_connection *isert_conn)
|
||||
}
|
||||
isert_conn->qp = cm_id->qp;
|
||||
|
||||
pr_info("iser created cm_id:%p qp:%p\n", cm_id, cm_id->qp);
|
||||
pr_info("iser created cm_id:%p qp:0x%X\n", cm_id, cm_id->qp->qp_num);
|
||||
|
||||
out:
|
||||
TRACE_EXIT_RES(err);
|
||||
|
||||
Reference in New Issue
Block a user