Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2025-01-21 Thread Cindy Lu
On Wed, Jan 22, 2025 at 3:18 PM Michael S. Tsirkin wrote: > > On Wed, Jan 22, 2025 at 10:07:19AM +0800, Cindy Lu wrote: > > Ping for review, Hi MST and Jason, do you have any comments on this? > > Thanks > > Cindy > > > I see there are unaddressed comments by Jason and Stefano. > sure, thanks, Mst

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2025-01-21 Thread Michael S. Tsirkin
On Wed, Jan 22, 2025 at 10:07:19AM +0800, Cindy Lu wrote: > Ping for review, Hi MST and Jason, do you have any comments on this? > Thanks > Cindy I see there are unaddressed comments by Jason and Stefano.

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2025-01-21 Thread Cindy Lu
Ping for review, Hi MST and Jason, do you have any comments on this? Thanks Cindy On Mon, Jan 13, 2025 at 11:09 AM Jason Wang wrote: > > On Mon, Jan 13, 2025 at 10:36 AM Cindy Lu wrote: > > > > On Wed, Jan 8, 2025 at 8:13 PM Michael S. Tsirkin wrote: > > > > > > On Wed, Dec 11, 2024 at 12:41:46A

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2025-01-12 Thread Jason Wang
On Mon, Jan 13, 2025 at 10:36 AM Cindy Lu wrote: > > On Wed, Jan 8, 2025 at 8:13 PM Michael S. Tsirkin wrote: > > > > On Wed, Dec 11, 2024 at 12:41:46AM +0800, Cindy Lu wrote: > > > Add a new UAPI to enable setting the vhost device to task mode. > > > The userspace application can use VHOST_SET_I

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2025-01-12 Thread Cindy Lu
On Wed, Jan 8, 2025 at 8:13 PM Michael S. Tsirkin wrote: > > On Wed, Dec 11, 2024 at 12:41:46AM +0800, Cindy Lu wrote: > > Add a new UAPI to enable setting the vhost device to task mode. > > The userspace application can use VHOST_SET_INHERIT_FROM_OWNER > > to configure the mode if necessary. > >

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2025-01-08 Thread Michael S. Tsirkin
On Wed, Dec 11, 2024 at 12:41:46AM +0800, Cindy Lu wrote: > Add a new UAPI to enable setting the vhost device to task mode. > The userspace application can use VHOST_SET_INHERIT_FROM_OWNER > to configure the mode if necessary. > This setting must be applied before VHOST_SET_OWNER, as the worker > w

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2024-12-30 Thread Cindy Lu
On Wed, Dec 11, 2024 at 1:55 AM Stefano Garzarella wrote: > > On Wed, Dec 11, 2024 at 12:41:46AM +0800, Cindy Lu wrote: > >Add a new UAPI to enable setting the vhost device to task mode. > >The userspace application can use VHOST_SET_INHERIT_FROM_OWNER > >to configure the mode if necessary. > >Thi

Re: [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2024-12-10 Thread Stefano Garzarella
On Wed, Dec 11, 2024 at 12:41:46AM +0800, Cindy Lu wrote: Add a new UAPI to enable setting the vhost device to task mode. The userspace application can use VHOST_SET_INHERIT_FROM_OWNER to configure the mode if necessary. This setting must be applied before VHOST_SET_OWNER, as the worker will be c

[PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

2024-12-10 Thread Cindy Lu
Add a new UAPI to enable setting the vhost device to task mode. The userspace application can use VHOST_SET_INHERIT_FROM_OWNER to configure the mode if necessary. This setting must be applied before VHOST_SET_OWNER, as the worker will be created in the VHOST_SET_OWNER function Signed-off-by: Cindy