Re: [RFC PATCH v3 3/8] vhost: fix async access

2022-05-17 Thread Maxime Coquelin
On 4/11/22 13:00, David Marchand wrote: vq->async accesses must be protected with vq->access_lock. Fixes: eb666d24085f ("vhost: fix async unregister deadlock") Fixes: 0c0935c5f794 ("vhost: allow to check in-flight packets for async vhost") Cc: sta...@dpdk.org Signed-off-by: David Marchand A

Re: [RFC PATCH v3 3/8] vhost: fix async access

2022-04-21 Thread Maxime Coquelin
On 4/11/22 13:00, David Marchand wrote: vq->async accesses must be protected with vq->access_lock. Fixes: eb666d24085f ("vhost: fix async unregister deadlock") Fixes: 0c0935c5f794 ("vhost: allow to check in-flight packets for async vhost") Cc: sta...@dpdk.org Signed-off-by: David Marchand A

[RFC PATCH v3 3/8] vhost: fix async access

2022-04-11 Thread David Marchand
vq->async accesses must be protected with vq->access_lock. Fixes: eb666d24085f ("vhost: fix async unregister deadlock") Fixes: 0c0935c5f794 ("vhost: allow to check in-flight packets for async vhost") Cc: sta...@dpdk.org Signed-off-by: David Marchand Acked-by: Sunil Pai G --- lib/vhost/vhost.c