On 7/8/21 11:58 AM, Cheng Jiang wrote:
> The front-end should refill the descriptor with the mbuf indicated by
> the buff_id rather then the index of used descriptor. Back-end may
> return buffers out of order if async copy mode is enabled.
>
> When initializing rxq, refill the descriptors in order as buff_id is
> not available at that time.
>
> Fixes: a76290c8f1cf ("net/virtio: implement Rx path for packed queues")
> Cc: [email protected]
>
> Signed-off-by: Cheng Jiang <[email protected]>
> Signed-off-by: Marvin Liu <[email protected]>
>
Reviewed-by: Maxime Coquelin <[email protected]>
Thanks,
Maxime