> 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: Rupesh Chiluka <[email protected]> > --- Acked-by: Akhil Goyal <[email protected]>
Applied to dpdk-next-crypto Thanks.

