numam-dpdk/app/test-compress-perf
Raja Zidane e77e8b66d1 app/compress-perf: fix number of queue pairs to setup
The number of QPs is limited by the number of cores, such that in
case the user requests more QPs than possible, the number of QPs
actually configured on the device is equal to the number of cores,
but the app tries to setup the original number of QPs.

Align the number of QPs setup'ed to the limited number.

Fixes: 424dd6c8c1 ("app/compress-perf: add weak functions for multicore test")
Cc: stable@dpdk.org

Signed-off-by: Raja Zidane <rzidane@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2022-03-04 10:53:09 +01:00
..
comp_perf_options_parse.c app: fix exit messages 2021-04-09 14:31:29 +02:00
comp_perf_options.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_common.c test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_common.h app/compress: use compiler atomic builtins for display sync 2021-11-17 11:07:06 +01:00
comp_perf_test_cyclecount.c app/compress-perf: optimize operations pool allocation 2022-03-04 10:28:21 +01:00
comp_perf_test_cyclecount.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_throughput.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
comp_perf_test_throughput.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_verify.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
comp_perf_test_verify.h app/compress-perf: add verification test case 2019-07-19 13:53:27 +02:00
comp_perf.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
main.c app/compress-perf: fix number of queue pairs to setup 2022-03-04 10:53:09 +01:00
meson.build devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00