RE: [EXT] [PATCH] app/compress-perf: fix cyclecount enqueue ops allocation

2022-03-04 Thread Akhil Goyal
> In cyclecount main_loop function, each iteration it tries to enqueue X ops, > in case Y beginning of the ops array, to preserve ops order, and next Y ops are > allocated for the next enqueue action, the allocation of the ops occures on > the first Y entries in the array, when it should have skipp

[PATCH] app/compress-perf: fix cyclecount enqueue ops allocation

2022-02-23 Thread Raja Zidane
In cyclecount main_loop function, each iteration it tries to enqueue X ops, in case Y --- Acked-by: Matan Azrad ma...@nvidia.com app/test-compress-perf/comp_perf_test_cyclecount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-compress-perf/comp_perf_test_cyclecount.c