linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
534 stars 274 forks source link

Perftest: Support selecting congestion control algorithms #264

Closed hginjgerx closed 29 minutes ago

hginjgerx commented 1 month ago

Support configuring congestion control algorithms with hns direct verbs.

New option:  --congest_type

Usage example:
./ib_send_bw -d hns_0 --congest_type=DCQCN
./ib_send_bw -d hns_0 --congest_type=DCQCN 192.168.100.100
sshaulnv commented 28 minutes ago

thanks for your contribution, merged!