76e821a303
When enqueueing a buffer the PMD check if there is room
in its send queue (SQ).
The current implementation did not take into account that
queue indices are wrapping around, which may result in
consumer index (sq->ci) can have bigger value than than
the producer index (sq->pi).
Fixes:
|
||
---|---|---|
.. | ||
mlx5 | ||
Makefile | ||
meson.build |