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

uBPF should support support the new atomic instructions #64

Open
Alan-Jowett opened this issue May 12, 2021 · 1 comment
Open

uBPF should support support the new atomic instructions #64

Alan-Jowett opened this issue May 12, 2021 · 1 comment

Comments

@Alan-Jowett
Copy link
Collaborator

uBPF should support support the new atomic instructions

eBPF ABI was extended to add support for atomic operations:
https://lwn.net/Articles/842354/

This is important as it allow eBPF programs to update maps in a lock-free manner.

@jpsamaroo
Copy link

I think we should probably resolve #45 (maybe by reviving #53 as an optional feature?) before addressing atomics, since we don't have any tests for using maps right now.

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

No branches or pull requests

2 participants