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

Use new enum string APIs #218

Open
3 of 4 tasks
grantseltzer opened this issue Aug 24, 2022 · 1 comment
Open
3 of 4 tasks

Use new enum string APIs #218

grantseltzer opened this issue Aug 24, 2022 · 1 comment

Comments

@grantseltzer
Copy link
Contributor

grantseltzer commented Aug 24, 2022

libbpf 1.0 has 4 new APIs for treating enums as strings:

These can possibly be used in our maps that map types into strings.

@geyslan geyslan self-assigned this Aug 29, 2023
@geyslan
Copy link
Member

geyslan commented Aug 30, 2023

Being tackled by #372.

The libbpf_bpf_link_type_str wasn't managed since LinkType is not 1:1 with libbpf. It needs to be handled in a different task.

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