----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75006/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- This change introduces the DeviceManagerProcess to help facilitate device access management in cgroups2 via ebpf program file changes. The manager keeps a global state that is checkpointed on change. Device requests can be made to the manager by calling DeviceManagerProcess::deny or DeviceManagerProcess::allow. This manager will be made available to all controllers under the cgroups2 isolator, and the GPU isolator. Diffs ----- src/CMakeLists.txt 49f6208518e689d593274bb503750d5cc9816255 src/Makefile.am 68a93674f867ca092ee035ea367f35f4580b073f src/slave/device_manager/device_manager.hpp PRE-CREATION src/slave/device_manager/device_manager.cpp PRE-CREATION src/slave/paths.cpp 3e44b636c76c01f88b00f5f8d2db39cc5fe00c1c Diff: https://reviews.apache.org/r/75006/diff/1/ Testing ------- Thanks, Jason Zhou
