You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also some work that can be done on sending. The biggest change here is simply to batch up more packets together, to amortize the various overheads. But asking for only the last packet in each batch to be acknowledged may also help.
The send batching has long since been implemented, and 3.0 will implement the single completion event per batch. Newer versions of rdma-core offer some other opportunities for optimisation:
Thread domains
APIs for creating CQs, which allow them to be declared single-threaded
APIs for CQ polling, that pull attributes of completions on-demand
Things that documentation or common sense suggests might improve performance with MLNX_OFED
The text was updated successfully, but these errors were encountered: