Re: [PATCH v5 3/6] vhost: Add the cgroup related function

2025-01-07 Thread Jason Wang
On Wed, Jan 8, 2025 at 10:57 AM Cindy Lu wrote: > > On Thu, Jan 2, 2025 at 11:29 AM Jason Wang wrote: > > > > On Mon, Dec 30, 2024 at 8:45 PM Cindy Lu wrote: > > > > > > Reintroduce the previously removed functions vhost_attach_cgroups_work() > > > and vhost_attach_cgroups() to support kthread m

Re: [PATCH v5 3/6] vhost: Add the cgroup related function

2025-01-07 Thread Cindy Lu
On Thu, Jan 2, 2025 at 11:29 AM Jason Wang wrote: > > On Mon, Dec 30, 2024 at 8:45 PM Cindy Lu wrote: > > > > Reintroduce the previously removed functions vhost_attach_cgroups_work() > > and vhost_attach_cgroups() to support kthread mode. Rename > > vhost_attach_cgroups() to vhost_attach_task_to_

Re: [PATCH v5 3/6] vhost: Add the cgroup related function

2025-01-01 Thread Jason Wang
On Mon, Dec 30, 2024 at 8:45 PM Cindy Lu wrote: > > Reintroduce the previously removed functions vhost_attach_cgroups_work() > and vhost_attach_cgroups() to support kthread mode. Rename > vhost_attach_cgroups() to vhost_attach_task_to_cgroups(), and include > the implementation of the old function