Re: [RFC-PATCH v2] vhost-user: add a request-reply lock

2024-08-27 Thread Prasad Pandit
Hello Michael, all Sorry about a late reply, catching up with emails after long PTOs. On Mon, 19 Aug 2024 at 21:20, Michael S. Tsirkin wrote: >> makes sense. >> Acked-by: Michael S. Tsirkin >> But do not post v2 as reply to v1 pls. * Yes, okay. Thank you for the review. I sent in reply to v1

Re: [RFC-PATCH v2] vhost-user: add a request-reply lock

2024-08-19 Thread Michael S. Tsirkin
On Mon, Aug 19, 2024 at 11:42:02AM -0400, Michael S. Tsirkin wrote: > On Mon, Aug 19, 2024 at 05:32:48PM +0530, Prasad Pandit wrote: > > From: Prasad Pandit > > > > QEMU threads use vhost_user_write/read calls to send > > and receive request/reply messages from a vhost-user > > device. When multi

Re: [RFC-PATCH v2] vhost-user: add a request-reply lock

2024-08-19 Thread Michael S. Tsirkin
On Mon, Aug 19, 2024 at 05:32:48PM +0530, Prasad Pandit wrote: > From: Prasad Pandit > > QEMU threads use vhost_user_write/read calls to send > and receive request/reply messages from a vhost-user > device. When multiple threads communicate with the > same vhost-user device, they can receive each