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

uefi: Add safe protocol wrapper for EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL #1594

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

seijikun
Copy link
Contributor

@seijikun seijikun commented Mar 27, 2025

Implemented a safe API wrapper for EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL [52c78312-8edc-4233-98f2-1a1aa5e388a5].
Added an integration-test for it.

This contains a copy of the AlignedBuffer commit from #1589.

This uses the iterator/mutable design I suggested here: #1589 (comment) where the iter method only captures the protocol (NvmePassThru) immutably, but requires you to use the produced element (NvmeNamespace) in a mutable way for meaningful methods like execute_command.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

AlignedBuffer is a helper class that manages the livetime of a memory region, allocated using
a certain alignment. Like Box, it handles deallocation when the object isn't used anymore.
@seijikun seijikun force-pushed the mr-nvmept branch 6 times, most recently from ad64eeb to b03f112 Compare March 31, 2025 08:53
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.

1 participant