virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/7] vhost: Add support of kthread API
@ 2024-08-19  9:27 Cindy Lu
  2024-08-19  9:27 ` [RFC 1/7] vhost: Add a new module_param for enable kthread Cindy Lu
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Cindy Lu @ 2024-08-19  9:27 UTC (permalink / raw)
  To: lulu, jasowang, mst, linux-kernel, virtualization

In commit 6e890c5d5021 ("vhost: use vhost_tasks for worker threads"),
vhost removed the support for the kthread API. However, there are
still situations where there is a request to use kthread.
In this RFC, the support of kthread is added back. Additionally,
a module_param is added to identify which mode we are using, and
a new UAPI is introduced to allow the userspace app to set the
mode they want to use.

Cindy Lu (7):
  vhost: Add a new module_param for enable kthread
  vhost: Add kthread support in function vhost_worker_queue()
  vhost: Add kthread support in function vhost_workers_free()
  vhost: Add the vhost_worker to support kthread
  vhost: Add the cgroup related function
  vhost: Add kthread support in function vhost_worker_create
  vhost: Add new UAPI to support changing Kthread mode

 drivers/vhost/vhost.c      | 241 +++++++++++++++++++++++++++++++++++--
 drivers/vhost/vhost.h      |   1 +
 include/uapi/linux/vhost.h |   2 +
 3 files changed, 235 insertions(+), 9 deletions(-)

-- 
2.45.0


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-08-28  9:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19  9:27 [RFC 0/7] vhost: Add support of kthread API Cindy Lu
2024-08-19  9:27 ` [RFC 1/7] vhost: Add a new module_param for enable kthread Cindy Lu
2024-08-19  9:27 ` [RFC 2/7] vhost: Add kthread support in function vhost_worker_queue() Cindy Lu
2024-08-27  2:36   ` Jason Wang
2024-08-28  9:32     ` Cindy Lu
2024-08-19  9:27 ` [RFC 3/7] vhost: Add kthread support in function vhost_workers_free() Cindy Lu
2024-08-19  9:27 ` [RFC 4/7] vhost: Add the vhost_worker to support kthread Cindy Lu
2024-08-19  9:27 ` [RFC 5/7] vhost: Add the cgroup related function Cindy Lu
2024-08-19  9:27 ` [RFC 6/7] vhost: Add kthread support in function vhost_worker_create Cindy Lu
2024-08-19  9:27 ` [RFC 7/7] vhost: Add new UAPI to support changing Kthread mode Cindy Lu
2024-08-21  5:06   ` Christoph Hellwig
2024-08-25 13:51     ` Cindy Lu
2024-08-26  6:21     ` Jason Wang
2024-08-26  6:26       ` Christoph Hellwig
2024-08-27  2:09         ` Jason Wang
2024-08-27  2:30           ` Jason Wang
2024-08-27  2:32   ` Jason Wang
2024-08-28  9:46     ` Cindy Lu
2024-08-27  2:36   ` Jason Wang
2024-08-27  2:35 ` [RFC 0/7] vhost: Add support of kthread API Jason Wang
2024-08-28  9:47   ` Cindy Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).