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

Add NRI plugin for CDI device injection #327

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 9, 2024

  1. Add NRI plugin for CDI device injection

    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    03f3c2c View commit details
    Browse the repository at this point in the history
  2. Add basic README explaining the intent around CDI injection

    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ec2f159 View commit details
    Browse the repository at this point in the history
  3. Add logic to filter out CDI devices based on a config option

    This change adds an allowed-cdi-device-pattern command line option
    to the CDI device injector to allow CDI device names to be filtered.
    
    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2206edc View commit details
    Browse the repository at this point in the history
  4. TOFIX: Use CDIDevices API field

    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5efa8de View commit details
    Browse the repository at this point in the history
  5. TOFIX: module replacement rule

    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    709089b View commit details
    Browse the repository at this point in the history