From: Akhil Goyal
>> +/* ignore parity mismatch false alarms for long iterations */
>> +{
>> +if (!(expected_status & (1 << RTE_BBDEV_SYNDROME_ERROR))
>
>What is the need of these extra braces.
>
Missing check added now on new patchset. Thanks.
>> +
>> +/* Compute K0 for a
rte_bbdev_dec_op *op,
> unsigned int order_idx, const int expected_status)
> {
> - TEST_ASSERT(op->status == expected_status,
> + int status = op->status;
> + /* ignore parity mismatch false alarms for long iterations */
> + {
> + if (!(expected_status & (
From: Nic Chautru
Adding functionality to validate HARQ for different
devices implementation.
Adding capacity to fetch HARQ data when required as
part of this validation.
Signed-off-by: Nic Chautru
---
app/test-bbdev/test_bbdev_perf.c | 552 -
app/test-bbd
3 matches
Mail list logo