Re: [dpdk-dev] [PATCH 1/4] net/virtio: fix the control vq support

2019-01-23 Thread Maxime Coquelin
On 1/22/19 6:01 PM, Tiwei Bie wrote: This patch mainly fixed below issues in the packed ring based control vq support in virtio driver: 1. When parsing the used descriptors, we have to track the number of descs that we need to skip; 2. vq->vq_free_cnt was decreased twice for a same desc;

[dpdk-dev] [PATCH 1/4] net/virtio: fix the control vq support

2019-01-22 Thread Tiwei Bie
This patch mainly fixed below issues in the packed ring based control vq support in virtio driver: 1. When parsing the used descriptors, we have to track the number of descs that we need to skip; 2. vq->vq_free_cnt was decreased twice for a same desc; Meanwhile, make the function name consiste