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/ib: Preserve dest qp num in the connect request
Commit 227fb00 ("rds/rdma: correctly assign the dest qp num in rds ib
connection") fixed the dest qp num issue for the passive side. But if a new
connect request comes for an existing connection and if RDS yields to this
incoming connection, then it does not preserve the dest qp num. Hence it
causes the rds-info command to show a stale destination qp number. This
patch fixes the issue by storing the dest qp number from the incoming
connect request.
Fixes: 227fb00 ("rds/rdma: correctly assign the dest qp num in rds ib connection")
Orabug: 35926163
Signed-off-by: Arumugam Kolappan <[email protected]>
Reviewed-by: Håkon Bugge <[email protected]>
0 commit comments