linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
536 stars 273 forks source link

SRD CQ notifications #211

Closed mrgolin closed 1 year ago

mrgolin commented 1 year ago

Add support for SRD CQ notifications. The first patch fixes a bug where the same completion channel is used for both TX and RX and messes up the test.

Replaces PR https://github.com/linux-rdma/perftest/pull/127.

HassanKhadour commented 1 year ago

Hi @mrgolin , Thanks for your contribution, merged!