Re: [PATCH v13 1/1] vhost: Reintroduces support of kthread API and adds mode selection

2025-07-14 Thread Jason Wang
On Mon, Jul 14, 2025 at 3:13 PM Cindy Lu wrote: > > This patch reintroduces kthread mode for vhost workers and provides > configuration to select between kthread and task worker. > > - Add 'fork_owner' parameter to vhost_dev to let users select kthread > or task mode. Default mode is task mode(V

[PATCH v13 1/1] vhost: Reintroduces support of kthread API and adds mode selection

2025-07-14 Thread Cindy Lu
This patch reintroduces kthread mode for vhost workers and provides configuration to select between kthread and task worker. - Add 'fork_owner' parameter to vhost_dev to let users select kthread or task mode. Default mode is task mode(VHOST_FORK_OWNER_TASK). - Reintroduce kthread mode support: