Thread (40 messages) flat view 40 messages, 6 authors, 2023-03-17

Re: [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state

From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2023-03-16 08:43:43
Also in: kvm, lkml, virtualization

On Tue, Mar 14, 2023 at 01:31:25PM +0800, Jason Wang wrote:
On Tue, Mar 14, 2023 at 1:29 PM Jason Wang [off-list ref] wrote:
quoted
On Thu, Mar 2, 2023 at 7:35 PM Stefano Garzarella [off-list ref] wrote:
quoted
The spinlock we use to protect the state of the simulator is sometimes
held for a long time (for example, when devices handle requests).

This also prevents us from calling functions that might sleep (such as
kthread_flush_work() in the next patch), and thus having to release
and retake the lock.

For these reasons, let's replace the spinlock with a mutex that gives
us more flexibility.

Suggested-by: Jason Wang <redacted>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Acked-by: Jason Wang <redacted>

Thanks
Btw, though it looks fine but we'd better double confirm virtio_vdpa works well.
I tested it, but I will do it more carefully to make sure everything
is okay.
(I think so since there's transport that might sleep).
I see.

Thanks,
Stefano
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help