Re: [PATCH v4 8/9] vhost: annotate vDPA device list accesses

2023-01-31 Thread Maxime Coquelin
On 1/19/23 19:46, David Marchand wrote: Access to vdpa_device_list must be protected with vdpa_device_list_lock spinlock. Signed-off-by: David Marchand --- Changes since RFC v3: - rebased, --- lib/vhost/vdpa.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-)

[PATCH v4 8/9] vhost: annotate vDPA device list accesses

2023-01-19 Thread David Marchand
Access to vdpa_device_list must be protected with vdpa_device_list_lock spinlock. Signed-off-by: David Marchand --- Changes since RFC v3: - rebased, --- lib/vhost/vdpa.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/vhost/vdpa.c b/lib/vhost/vdpa.c