linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
594 stars 283 forks source link

Perftest: refine ctx_modify_qp_to_rts parameter type #192

Closed changchengx closed 1 year ago

changchengx commented 1 year ago

In 4948417abacf("Removed some features that are not supported in rdma-core"), HAVE_VERBS_EXP feature has been removed. The parameter _attr should be only struct ibv_qp_attr *.

Signed-off-by: Liu, Changcheng changcheng.liu@aliyun.com