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

2020-03-25 Thread Chautru, Nicolas
From: Akhil Goyal >> @@ -4552,7 +4552,12 @@ typedef int (test_case_function)(struct >> active_device *ad, >> >> if (unlikely(num_to_process - deq_total < burst_sz)) >> burst_sz = num_to_process - deq_total; >> -rte_bbdev_dequeue_dec_ops(dev_id, queu

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

2020-03-25 Thread Akhil Goyal
> @@ -4552,7 +4552,12 @@ typedef int (test_case_function)(struct active_device > *ad, > > if (unlikely(num_to_process - deq_total < burst_sz)) > burst_sz = num_to_process - deq_total; > - rte_bbdev_dequeue_dec_ops(dev_id, queue_id, ops, burst_sz); >

[dpdk-dev] [PATCH v3 09/14] test-bbdev: support for offload test for LDPC

2020-03-04 Thread Nicolas Chautru
From: Nic Chautru Adding support for the offload latency tests when using the LDPC encoder and decoder operations. Signed-off-by: Nic Chautru --- app/test-bbdev/test_bbdev_perf.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/app/test-bbdev/test