linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
536 stars 273 forks source link

How can I use multi sges in one WQE? #181

Closed RyuGuo closed 1 year ago

RyuGuo commented 1 year ago

I want to test the performance of multi sges in ib_write_bw. How can I use multi sges in one WQE?

HassanKhadour commented 1 year ago

Hi RyuGuo, We don't have the support for sending multi sges in one WQE, We can send only 1 sge per WQE.