-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: queue_perf: add retry to odp_queue_enq_multi() operations
Depending on the ODP implementation odp_queue_enq_multi() may not be able to always enqueue all events, so add retry for the remaining events. Print the total number of dequeue/enqueue retries in results as the average value per seconds easily rounds down to zero. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reported-by: Fan Hong <fan.hong@arm.com>
- Loading branch information
Showing
1 changed file
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters