Re: [dpdk-dev] [PATCH v2] net/vhost: support queue update

2020-07-21 Thread Maxime Coquelin
Thanks Matan for the fix. On 7/21/20 6:38 PM, Matan Azrad wrote: > The commit below changed the readiness condition of vhost device to fix > multi-queues issues showed with QEMU versions. > > Now, the vhost device is ready when the first queue-pair is ready. > When more queues are being ready, th

Re: [dpdk-dev] [PATCH v2] net/vhost: support queue update

2020-07-21 Thread Ferruh Yigit
On 7/21/2020 5:38 PM, Matan Azrad wrote: > The commit below changed the readiness condition of vhost device to fix > multi-queues issues showed with QEMU versions. > > Now, the vhost device is ready when the first queue-pair is ready. > When more queues are being ready, the queue state callback wi

[dpdk-dev] [PATCH v2] net/vhost: support queue update

2020-07-21 Thread Matan Azrad
The commit below changed the readiness condition of vhost device to fix multi-queues issues showed with QEMU versions. Now, the vhost device is ready when the first queue-pair is ready. When more queues are being ready, the queue state callback will be triggered to notify the vhost manager. In ca