Conversation
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
added this pull request to stack #3368
September 16, 2026 18:34
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Prototype the confirmation contract for a BlueField-accelerated VM without weakening the ordinary NIC-less VM boundary. The new evidence model permits one guest VF only when a generation-bound DPU fence proves default-deny behavior, authorized flow installation, revocation, and fail-closed controller loss.
This PR defines and tests the contract only. It does not attach a VF, program BlueField hardware, or make the mode selectable.
Related Issue
Related to #3361.
Stacked on #3367; review and merge #3366 and #3367 first. This prototype was directly requested; there is not yet a dedicated accepted BlueField implementation issue.
Changes
BluefieldVmdriver fence that binds the VF PCI address, representor, DPU identity, assignment generation, and policy generation to the sandbox launch.Testing
mise run pre-commitpassescargo test -p openshell-isolation-interface --test backend_conformancecargo test -p openshell-sandbox-backend boundary_protocol::testscargo clippy -p openshell-isolation-interface -p openshell-sandbox-backend --all-targets -- -D warningsChecklist