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

2020-03-13 Thread Dave Burley
Acked-by: Dave Burley On 04/03/2020 18:54, 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 v3 08/14] test-bbdev: support for LDPC interrupt test

2020-03-04 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