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
The RDMA device removal upcall (for RDS, it is rds_ib_remove_one())
expects that all resources related to the device should be cleaned up
before the upcall returns. After the upcall returns, it will proceed
to clean up the device related resources. This means that
rds_ib_remove_one() has to wait for all the related RDS resources to
be cleaned up before returning.
Orabug: 31794611
Signed-off-by: Ka-Cheong Poon <[email protected]>
Tested-by: Suhua Ding <[email protected]>
Tested-by: Jenny Xu <[email protected]>
Reviewed-by: Håkon Bugge <[email protected]>
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments