Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With two peers using different HCAs, modify QP to RTS on ib_read_lat fails due to out_reads exceeding max_qp_rd_atom #114

Open
bryantan-vmware opened this issue Nov 11, 2020 · 1 comment

Comments

@bryantan-vmware
Copy link

I'm using running ib_read_lat between two different HCAs, and modify QP to RTS fails on the side with a lower max_qp_rd_atom because it appears that the code uses the out_reads of the peer when modifying the QP (I think in ctx_modify_qp_to_rts, where we set attr->max_rd_atomic = dest->out_reads;). Shouldn't this just be the device's max_rd_atomic?

@existosar
Copy link

existosar commented Sep 7, 2023

I have the same issue as yours. I got this error when I use default num of outstanding read/atom, testing mellanox cx4 and broadcom p225p. I turn to manually set it with -o option and it just works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants