qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] vhost-user: add a write-read lock


From: Prasad Pandit
Subject: Re: [PATCH 1/2] vhost-user: add a write-read lock
Date: Tue, 23 Jul 2024 10:28:01 +0530

On Sun, 21 Jul 2024 at 01:11, Michael S. Tsirkin <mst@redhat.com> wrote:
> So it's not a rw lock. It's just a mutex.
> Lock should be named after what they protect, not
> after where they are held.
> In this case, this ensures only 1 request is
> outstanding at a time.
> So vhost_user_request_reply_lock

Okay, will do this change. Thank you.
---
  - Prasad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]