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
> @@ -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);
>
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
3 matches
Mail list logo