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
Hi, your work is pretty good. I encountered "failed to modify QP to RTR" bug in my RoCEv2 environment. I found that the bug is due to the missing of "sgid_index" in the configuration of GRH.
I fix the bug by adding attr.ah_attr.grh.sgid_index = user_param.gid_index(if RoCE) in the pp_connect_ctx function.
Moreover, Yiwen, I plan to solve the performance isolation problem from the internal architecture of RDMA NIC. Could you please provide some insights? :-)
The text was updated successfully, but these errors were encountered:
Hi, your work is pretty good. I encountered "failed to modify QP to RTR" bug in my RoCEv2 environment. I found that the bug is due to the missing of "sgid_index" in the configuration of GRH.
I fix the bug by adding
attr.ah_attr.grh.sgid_index = user_param.gid_index
(if RoCE) in the pp_connect_ctx function.Moreover, Yiwen, I plan to solve the performance isolation problem from the internal architecture of RDMA NIC. Could you please provide some insights? :-)
The text was updated successfully, but these errors were encountered: