Re: [PATCH v2 3/5] vhost: fix virtqueue access check in vhost-user setup

2023-12-05 Thread Maxime Coquelin
On 12/5/23 10:45, David Marchand wrote: Calling vring_invalidate must be done with a (write) lock taken on the virtqueue. Fixes: 72d002b3ebda ("vhost: fix vring address handling during live migration") Cc: sta...@dpdk.org Signed-off-by: David Marchand Acked-by: Eelco Chaudron --- Changes s

[PATCH v2 3/5] vhost: fix virtqueue access check in vhost-user setup

2023-12-05 Thread David Marchand
Calling vring_invalidate must be done with a (write) lock taken on the virtqueue. Fixes: 72d002b3ebda ("vhost: fix vring address handling during live migration") Cc: sta...@dpdk.org Signed-off-by: David Marchand Acked-by: Eelco Chaudron --- Changes since v1: - moved fix out of patch 3, --- li