-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75006/
-----------------------------------------------------------

(Updated June 3, 2024, 8:24 p.m.)


Review request for mesos and Benjamin Mahler.


Changes
-------

address reviewer feedback


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 (updated)
-----

  src/CMakeLists.txt 3973737f1f0719be98350b25abddcba81716207b 
  src/Makefile.am 68a93674f867ca092ee035ea367f35f4580b073f 
  src/slave/device_manager/device_manager.hpp PRE-CREATION 
  src/slave/device_manager/device_manager.cpp PRE-CREATION 
  src/slave/device_manager/state.hpp PRE-CREATION 
  src/slave/device_manager/state.proto PRE-CREATION 
  src/slave/paths.hpp 7d43e9c0170c7bcced916a892590063005133d6f 
  src/slave/paths.cpp 3e44b636c76c01f88b00f5f8d2db39cc5fe00c1c 


Diff: https://reviews.apache.org/r/75006/diff/5/

Changes: https://reviews.apache.org/r/75006/diff/4-5/


Testing
-------


Thanks,

Jason Zhou

Reply via email to