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

Generate CDI specification including additional GIDs #630

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. [no-relnote] Refactor CDI ContainerEdit creation

    This change refactors the creation of contianer edits to make
    provision for injecting options that affect the generated CDI
    specifications.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    50278cb View commit details
    Browse the repository at this point in the history
  2. Add support for injecting additional GIDs

    This change adds support for injecting additional GIDs using the internal
    CDI representations. (Applicable for Tegra-based systems and /dev/dri devices)
    This is disabled by default, but can be opted in to by setting the
    features.allow-additional-gids feature flag.
    
    This can also be done by running
    
    sudo nvidia-ctk config --in-place --set features.allow-additional-gids
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cf93aa9 View commit details
    Browse the repository at this point in the history
  3. Add --allow-additional-gids to cdi generate command

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5d55813 View commit details
    Browse the repository at this point in the history