-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-44320 scaffolding for NVidia Virtual Compute Service (VCS)
NVidia is supporting vGPUs that can run as compute vGPUs. These are marked in their vgpuConfig.xml with a new value "Compute" for the existing "class" attribute: <vgpuType id="307" name="GRID P100C-12C" class="Compute"> We don't parse and use this attribute so far but need to in order to support VCS. This commit extends the parser to recognise the class attribute and to pass it on under the internal name "vclass" to xenopsd. Xenopsd's job is to start device emulators accordingly. Selecting the correct emulators is future work. So far, xenopsd logs the vclass it receives. Unit tests have been updated. This commit should have no impact on current functionality, be safe to merge, and lay groundwork for extending xenopsd to support VCS. Signed-off-by: Christian Lindig <[email protected]>
- Loading branch information
Christian Lindig
committed
Oct 16, 2023
1 parent
3d32794
commit 7563664
Showing
8 changed files
with
47 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters