[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240702105010.253933-1-xavier_qy@163.com>
Date: Tue, 2 Jul 2024 18:50:08 +0800
From: Xavier <xavier_qy@....com>
To: tj@...nel.org
Cc: longman@...hat.com,
mkoutny@...e.com,
lizefan.x@...edance.com,
hannes@...xchg.org,
cgroups@...r.kernel.org,
linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org,
akpm@...ux-foundation.org,
Xavier <xavier_qy@....com>
Subject: [PATCH-cpuset v9 0/2] Add Union-Find and use it to optimize cpuset
Hi Tejun,
Thank you for thoroughly reviewing the code and pointing out the issues.
I have made the necessary changes to the code, comments, and documentation
based on your suggestions.
Kindly review.
Xavier (2):
Union-Find: add a new module in kernel library
cpuset: use Union-Find to optimize the merging of cpumasks
Documentation/core-api/union_find.rst | 102 ++++++++++++++++++
.../zh_CN/core-api/union_find.rst | 87 +++++++++++++++
MAINTAINERS | 9 ++
include/linux/union_find.h | 41 +++++++
kernel/cgroup/cpuset.c | 95 +++++++---------
lib/Makefile | 2 +-
lib/union_find.c | 48 +++++++++
7 files changed, 324 insertions(+), 60 deletions(-)
create mode 100644 Documentation/core-api/union_find.rst
create mode 100644 Documentation/translations/zh_CN/core-api/union_find.rst
create mode 100644 include/linux/union_find.h
create mode 100644 lib/union_find.c
--
2.45.0
Powered by blists - more mailing lists