> The enqueue/dequeue loop's exit condition is
> (ops_enqd_total >= total_ops). If the PMD driver cannot process the
> ops (returns zero), ops_enqd_total won't increase, resulting in an
> infinite loop. A check is added to process one op to determine
> whether PMD can process the packet.
>
> Signe
The enqueue/dequeue loop's exit condition is
(ops_enqd_total >= total_ops). If the PMD driver cannot process the
ops (returns zero), ops_enqd_total won't increase, resulting in an
infinite loop. A check is added to process one op to determine
whether PMD can process the packet.
Signed-off-by: Rupe
2 matches
Mail list logo