1
1
Eric Badger 35dbc18df5 mtl/ofi: do not repeat fi_cq_read() after events are read
Once any number of events are read, return immediately, rather than
waiting for fi_cq_read() to return FI_EAGAIN or an error. This can
improve observed latency if the user application is in a blocking call
waiting for us to return. Deleting the while loop here also means
ofi_progress_event_count serves as an upper bound for the total number
of events read in a single call (with the while loop we might read far
more, as long as new events continue to arrive).

Signed-off-by: Eric Badger <eric@badgerio.us>
2020-06-11 10:07:37 -07:00
..
2020-03-27 10:15:45 -06:00
2020-04-15 17:04:22 -07:00
2020-02-07 18:20:06 -08:00
2020-03-27 10:15:45 -06:00
2020-02-07 18:20:06 -08:00
2020-04-22 12:46:27 -07:00