Re: [dpdk-dev] [PATCH 4/4] net/virtio: fix packets check in mergeable packed Rx

2019-06-19 Thread Maxime Coquelin
On 6/18/19 9:41 AM, Tiwei Bie wrote: We should check the descriptor state instead of vq's internal free count (i.e. the number of descriptors that we haven't made available) for the remaining mergeable packets. Fixes: a76290c8f1cf ("net/virtio: implement Rx path for packed queues") Cc: sta...

[dpdk-dev] [PATCH 4/4] net/virtio: fix packets check in mergeable packed Rx

2019-06-18 Thread Tiwei Bie
We should check the descriptor state instead of vq's internal free count (i.e. the number of descriptors that we haven't made available) for the remaining mergeable packets. Fixes: a76290c8f1cf ("net/virtio: implement Rx path for packed queues") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie ---