[PATCH v2 -next 0/3] Some optimizations about cpuset

Chen Ridong posted 3 patches 1 year, 5 months ago
kernel/cgroup/cpuset.c | 71 ++++++++++++++----------------------------
1 file changed, 23 insertions(+), 48 deletions(-)
[PATCH v2 -next 0/3] Some optimizations about cpuset
Posted by Chen Ridong 1 year, 5 months ago
The first patch changes from v1:
	Rename PERR_PMT to PERR_ACCESS, and update comments.
	Move 'xcpus_empty() check' up for local and remote partition.

The follow patches have been reviewed by Longman.
cgroup/cpuset: remove fetch_xcpus
cgroup/cpuset: remove use_parent_ecpus of cpuset

Chen Ridong (3):
  cgroup/cpuset: Correct invalid remote parition prs
  cgroup/cpuset: remove fetch_xcpus
  cgroup/cpuset: remove use_parent_ecpus of cpuset

 kernel/cgroup/cpuset.c | 71 ++++++++++++++----------------------------
 1 file changed, 23 insertions(+), 48 deletions(-)

-- 
2.34.1
Re: [PATCH v2 -next 0/3] Some optimizations about cpuset
Posted by Waiman Long 1 year, 5 months ago
On 8/19/24 23:01, Chen Ridong wrote:
> The first patch changes from v1:
> 	Rename PERR_PMT to PERR_ACCESS, and update comments.
> 	Move 'xcpus_empty() check' up for local and remote partition.
>
> The follow patches have been reviewed by Longman.
> cgroup/cpuset: remove fetch_xcpus
> cgroup/cpuset: remove use_parent_ecpus of cpuset
>
> Chen Ridong (3):
>    cgroup/cpuset: Correct invalid remote parition prs
>    cgroup/cpuset: remove fetch_xcpus
>    cgroup/cpuset: remove use_parent_ecpus of cpuset
>
>   kernel/cgroup/cpuset.c | 71 ++++++++++++++----------------------------
>   1 file changed, 23 insertions(+), 48 deletions(-)
>
For the series,

Reviewed-by: Waiman Long <longman@redhat.com>