feat: add support for dynamic directpath i/o#263
Merged
lbajolet-hashicorp merged 1 commit intovmware:mainfrom May 9, 2024
Merged
feat: add support for dynamic directpath i/o#263lbajolet-hashicorp merged 1 commit intovmware:mainfrom
lbajolet-hashicorp merged 1 commit intovmware:mainfrom
Conversation
tenthirtyam
reviewed
Mar 10, 2023
docs-partials/builder/vsphere/common/HardwareConfig-not-required.mdx
Outdated
Show resolved
Hide resolved
nywilken
reviewed
Apr 13, 2023
Contributor
nywilken
left a comment
There was a problem hiding this comment.
Thanks for the contribution. I left a few request regarding the documentation and tests. Can you please take a look at the requested changes and let me know if you have any questions.
docs-partials/builder/vsphere/common/HardwareConfig-not-required.mdx
Outdated
Show resolved
Hide resolved
Contributor
|
@tenthirtyam could I get your help in testing the changes in this PR please. |
Contributor
|
Hi @kshivakumar-nvidia there has been no updates on this PR since we last reviewed. I'm going to close it as it has become stale. If you find that you want to continue adding support for DirectPath please rebase your branch onto the latest main and update the PR and reopen. Thanks again for the contribution. |
Collaborator
|
Reopened and rebased. |
c8d87aa to
c53c318
Compare
92e04d0 to
0c66959
Compare
lbajolet-hashicorp
approved these changes
May 9, 2024
Adding support for vSphere Dynamic DirectPath I/O. Co-Authored-By: Ryan Johnson <ryan.johnson@broadcom.com>
lbajolet-hashicorp
approved these changes
May 9, 2024
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
As a part of the Assignable Hardware framework in vSphere 7, Dynamic DirectPath I/O is introduced. When configuring a virtual machine to use a PCIe device using Dynamic Direct I/O path, enables the Assignable Hardware intelligence for passthrough devices. No longer is the hardware address of the PCIe device directly mapped to the virtual machine configuration file (the .vmx file). Instead, the attributes, or capabilities, are exposed to the virtual machine.
Example
Tests
Reference
Closes #268