Skip to content

Commit

Permalink
test/bbdev: update for queue stats
Browse files Browse the repository at this point in the history
Update to include in test application the queue stats for the
enqueue_depth_avail counter.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
  • Loading branch information
nicolas-chautru authored and mcoquelin committed Sep 13, 2024
1 parent f0d3ab5 commit 18120ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/test-bbdev/test_bbdev_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -5819,6 +5819,7 @@ get_bbdev_queue_stats(uint16_t dev_id, uint16_t queue_id,
stats->enqueue_warn_count = q_stats->enqueue_warn_count;
stats->dequeue_warn_count = q_stats->dequeue_warn_count;
stats->acc_offload_cycles = q_stats->acc_offload_cycles;
stats->enqueue_depth_avail = q_stats->enqueue_depth_avail;

return 0;
}
Expand Down

0 comments on commit 18120ba

Please sign in to comment.