On Wed, Jan 19, 2022 at 7:40 AM Randy Dunlap rdunlap@infradead.org wrote:
Hi--
On 1/14/22 17:06, Hridya Valsaraju wrote:
diff --git a/init/Kconfig b/init/Kconfig index cd23faa163d1..408910b21387 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -990,6 +990,13 @@ config BLK_CGROUP
See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more information.
+config CGROUP_GPU
bool "gpu cgroup controller (EXPERIMENTAL)"
select PAGE_COUNTER
help
Provides accounting and limit setting for memory allocations by the GPU
and GPU-related subsystems.
Please follow coding-style for Kconfig files:
(from Documentation/process/coding-style.rst, section 10):
For all of the Kconfig* configuration files throughout the source tree, the indentation is somewhat different. Lines under a ``config`` definition are indented with one tab, while help text is indented an additional two spaces.
Thanks Randy, sounds good! Will fix it in the next version!
thanks.
-- ~Randy