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

RFC: KEP-4381: DRA: support vendor-independent attributes #4614

Closed
wants to merge 6 commits into from

Commits on May 2, 2024

  1. DRA: support abstract attributes

    While it isn't really feasible for GPUs, other kinds of hardware might be
    described via some standardized attributes. When removing the explicit driver
    name from requests and filters it becomes possible for users to ask for an
    instance where some standardized attribute is set without knowing in advance
    which driver is going to provide it.
    
    The downside is that CEL expressions now must get applied to all instances,
    whether they are from the "expected" driver or some other one. It becomes the
    responsibility of the CEL expression to filter out unknown instances.
    pohly committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b707f00 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    36a1bb6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. DRA: flatten structures

    pohly committed May 6, 2024
    Configuration menu
    Copy the full SHA
    977e4d6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    359d4d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c177f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. DRA: some updates

    pohly committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d42bfb2 View commit details
    Browse the repository at this point in the history