Re: [dpdk-dev] [PATCH v5 08/10] test-bbdev: support for LDPC interrupt test

2020-03-27 Thread Dave Burley
Acked-by: Dave Burley On 26/03/2020 03:27, Nicolas Chautru wrote: From: Nic Chautru Adding missing implementation for the interrupt tests for LDPC encoder and decoders. Signed-off-by: Nic Chautru --- app/test-bbdev/test_bbdev_perf.c | 202 ++- 1 file c

[dpdk-dev] [PATCH v5 08/10] test-bbdev: support for LDPC interrupt test

2020-03-25 Thread Nicolas Chautru
From: Nic Chautru Adding missing implementation for the interrupt tests for LDPC encoder and decoders. Signed-off-by: Nic Chautru --- app/test-bbdev/test_bbdev_perf.c | 202 ++- 1 file changed, 200 insertions(+), 2 deletions(-) diff --git a/app/test-bbdev/t