linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
594 stars 283 forks source link

Perftest: Add new post send and inline support for HNS #176

Closed HelloTcc closed 1 year ago

HelloTcc commented 1 year ago

HNS roce has been accepted by the rdma-core for a few years now, but it was not supported by Perftest. For this reason, the inline and the new post send of hns cannot be tested in perftest, even though they have been merged to the rdma-core mainline for some time.

In this PR,the first patch add hns roce to the device list. And make it support the new post send and set a default inline size. The second patch increase the max_inline_data to 1024 to support test for some hns roce device.