[dpdk-dev] [PATCH v3 09/14] test-bbdev: support for offload test for LDPC
Chautru, Nicolas
nicolas.chautru at intel.com
Thu Mar 26 03:57:21 CET 2020
From: Akhil Goyal <akhil.goyal at nxp.com>
>> @@ -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);
>> + if (op_type == RTE_BBDEV_OP_TURBO_DEC)
>
>This check should be similar to enc_ops
>LDPC should be checked instead of TURBO
>
Fair enough, changed now.
Thanks
Nic
More information about the dev
mailing list