Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specs-go/config: add Core Scheduling support #1114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 4, 2021

  1. specs-go/config: add Core Scheduling support

    Linux kernel 5.14 adds the support for Core Scheduling.
    
    This allows setting and copying core scheduling 'task cookies' between
    the container process and the threads (PID), processes (TGID), and
    process groups (PGID), which helps define groups of tasks that can be
    co-scheduled on the same core. These groups can be specified either for
    security usecases or for performance usecases.
    
    opencontainers#1113
    
    Signed-off-by: Kailun Qin <kailun.qin@intel.com>
    kailun-qin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    a4a33e3 View commit details
    Browse the repository at this point in the history