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

Prepare BPF code for CPU architecture portability #5

Closed
mariomac opened this issue Feb 23, 2023 · 1 comment
Closed

Prepare BPF code for CPU architecture portability #5

mariomac opened this issue Feb 23, 2023 · 1 comment
Assignees

Comments

@mariomac
Copy link
Contributor

Current C code has some hacks that only work for x86. E.g. assuming little endian or using specific CPU registers. Move all this stuff to another .h file and prepare it for supporting other architectures e.g. ARM64

@mariomac mariomac changed the title Prepare BPF code for portability Prepare BPF code for CPU architecture portability Mar 1, 2023
@mariomac
Copy link
Contributor Author

mariomac commented Mar 6, 2023

Fixed by PR: #12

@mariomac mariomac closed this as completed Mar 6, 2023
@mariomac mariomac self-assigned this Mar 30, 2023
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

1 participant