e77e8b66d1
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:
|
||
---|---|---|
.. | ||
comp_perf_options_parse.c | ||
comp_perf_options.h | ||
comp_perf_test_common.c | ||
comp_perf_test_common.h | ||
comp_perf_test_cyclecount.c | ||
comp_perf_test_cyclecount.h | ||
comp_perf_test_throughput.c | ||
comp_perf_test_throughput.h | ||
comp_perf_test_verify.c | ||
comp_perf_test_verify.h | ||
comp_perf.h | ||
main.c | ||
meson.build |