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 & (
2 matches
Mail list logo