Re: [PATCH v11 0/3] vhost: Add support of kthread API

2025-06-15 Thread Cindy Lu
On Thu, Jun 12, 2025 at 2:20 PM Michael S. Tsirkin wrote: > > On Mon, Jun 09, 2025 at 03:33:06PM +0800, Cindy Lu wrote: > > In this series, a new UAPI is implemented to allow > > userspace applications to configure their thread mode. > > > > Changelog v2: > > 1. Change the module_param's name to

Re: [PATCH v11 0/3] vhost: Add support of kthread API

2025-06-11 Thread Michael S. Tsirkin
On Mon, Jun 09, 2025 at 03:33:06PM +0800, Cindy Lu wrote: > In this series, a new UAPI is implemented to allow > userspace applications to configure their thread mode. > Changelog v2: > 1. Change the module_param's name to enforce_inherit_owner, and the default > value is true. > 2. Change

[PATCH v11 0/3] vhost: Add support of kthread API

2025-06-09 Thread Cindy Lu
In this series, a new UAPI is implemented to allow userspace applications to configure their thread mode. Changelog v2: 1. Change the module_param's name to enforce_inherit_owner, and the default value is true. 2. Change the UAPI's name to VHOST_SET_INHERIT_FROM_OWNER. Changelog v3: 1. Cha