You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rds/rdma: correctly assign the dest qp num in rds ib connection
Commit c9f739615de0 ("net/rds: Extract dest qp num for displaying in
rds-info") assigns the dest qp num in rds ib connection during
RDMA_CM_EVENT_ESTABLISHED event handling. This works good for active
side of the connection. For passive side, the dest qp num is passed in
the RDMA_CM_EVENT_CONNECT_REQUEST event. This patch adds the change that
sets dest qp num in rds ib connection during
RDMA_CM_EVENT_CONNECT_REQUEST event handling.
Without this patch, the dest qp num on passive side is set to 0. We can
observe this behavior in rds-info -I output.
Fixes: c9f739615de0 ("net/rds: Extract dest qp num for displaying in
rds-info")
v1->v2: Addressed review comments on where to set dest qp num.
Orabug: 34429467
Signed-off-by: Rohit Nair <[email protected]>
Reviewed-by: Arumugam Kolappan <[email protected]>
0 commit comments