Re: [PATCH v2 4/4] test_dmadev: increase iterations of capacity test case

2022-01-11 Thread Kevin Laatz
On 11/01/2022 13:41, Bruce Richardson wrote: To ensure we catch any bugs in calculation due to wrap-around of the id values, increase the number of iterations of the burst_capacity test. Signed-off-by: Bruce Richardson --- app/test/test_dmadev.c | 7 --- 1 file changed, 4 insertions(+),

[PATCH v2 4/4] test_dmadev: increase iterations of capacity test case

2022-01-11 Thread Bruce Richardson
To ensure we catch any bugs in calculation due to wrap-around of the id values, increase the number of iterations of the burst_capacity test. Signed-off-by: Bruce Richardson --- app/test/test_dmadev.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/test/test_dmadev