Skip to content

Conversation

elezar
Copy link
Member

@elezar elezar commented Sep 24, 2025

On Tegra-based systems with OpenRM (e.g. Thor-based systems). We need to also discover driver libraries in the same way was what we do on regular desktop systems. This change ensures that these driver libraries and meta devices are discovered.

On Tegra-based systems with OpenRM (e.g. Thor-based systems). We
need to also discover driver libraries in the same way was what
we do on regular desktop systems. This change ensures that these
driver libraries and meta devices are discovered.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
@elezar elezar added this to the v1.18.0 milestone Sep 24, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 17975570314

Details

  • 0 of 19 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 36.212%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/nvcdi/lib-csv.go 0 19 0.0%
Totals Coverage Status
Change from base Build 17920495274: -0.05%
Covered Lines: 4813
Relevant Lines: 13291

💛 - Coveralls

// GetCommonEdits generates a CDI specification that can be used for ANY devices
func (l *csvlib) GetCommonEdits() (*cdi.ContainerEdits, error) {
return edits.FromDiscoverer(discover.None{})
if l.featureFlags["disable-openrm-drivers-in-csv"] {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Where is this FeatureFlag documented?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It isn't yet. This is something that I need to follow-up on if this PR moves out of draft.

@elezar elezar modified the milestones: v1.18.0, next-minor Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants