Re: [dpdk-dev] [PATCH 4/4] net/virtio-user: fix used ring update in cvq handling

2019-01-23 Thread Maxime Coquelin
On 1/22/19 6:01 PM, Tiwei Bie wrote: When updating used ring, the id in used element should be the index of the first desc in the desc chain. Fixes: f9b9d1a55775 ("net/virtio-user: add multiple queues in device emulation") Cc:sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/

[dpdk-dev] [PATCH 4/4] net/virtio-user: fix used ring update in cvq handling

2019-01-22 Thread Tiwei Bie
When updating used ring, the id in used element should be the index of the first desc in the desc chain. Fixes: f9b9d1a55775 ("net/virtio-user: add multiple queues in device emulation") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 2 +- 1 f