[RFC PATCH 1/5] vhost: fix missing virtqueue lock protection

2022-03-28 Thread David Marchand
From: Maxime Coquelin This patch ensures virtqueue metadata are not being modified while rte_vhost_vring_call() is executed. Fixes: 6c299bb7322f ("vhost: introduce vring call API") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand --- This is the same as: https:/

[PATCH 1/5] vhost: fix missing virtqueue lock protection

2022-01-27 Thread Maxime Coquelin
This patch ensures virtqueue metadata are not being modified while rte_vhost_vring_call() is executed. Fixes: 6c299bb7322f ("vhost: introduce vring call API") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin --- lib/vhost/vhost.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/vho