From: Akhil Goyal <akhil.go...@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

Reply via email to