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

Expose XDP umem ptr #2146

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Expose XDP umem ptr #2146

merged 2 commits into from
Mar 7, 2024

Conversation

ollie-etl
Copy link
Contributor

Description of changes:

Provides a method on Umem to expose the raw pointer to the memory mapped memory. This is necessary backdoor for 3rd party use, for instance to use madvise on the memory region, or to expose to other crates. Any such use would require the user to caveat it as unsafe (de-referencing a pointer)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ollie-etl ollie-etl changed the title Provide method to retrieve umem ptr Expose XDP umem ptr Mar 6, 2024
@camshaft
Copy link
Contributor

camshaft commented Mar 6, 2024

Thanks for the contributions! Our XDP CI workflow recently stopped working so I've opened #2147 to address those issues. Once that's merged can you rebase on that?

@ollie-etl
Copy link
Contributor Author

@camshaft sure

@camshaft camshaft merged commit a14804f into aws:main Mar 7, 2024
110 checks passed
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.

None yet

2 participants