Fix set max_rd_atomic respecting the local device limit#353
Fix set max_rd_atomic respecting the local device limit#353sfff wants to merge 1 commit intolinux-rdma:masterfrom
Conversation
When configuring max_rd_atomic account for our device's constraint in cases where the destination's max_qp_rd_atom (from ibv_devinfo -v) exceeds our local limit.
|
@sfff, Thanks for the PR. |
|
@sshaulnv, Thank you for the review and the improvement suggestion. I agree that the current approach may appear somewhat complex.
Would it make sense to rename I would like to additionally point out that this patch is intended to prevent an error in cases where the local value (printed in test header) is lower than the value obtained from the remote side. |
When configuring max_rd_atomic account for our device's constraint in cases where the destination's max_qp_rd_atom (from ibv_devinfo -v) exceeds our local limit.