We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi AFter make with latest libbpf and test i get this error:
libbpf: failed to create map (name: 'ctrl_map'): Invalid argument(-22) libbpf: failed to load object 'rss_kern.o' Err: Cannot load file
The text was updated successfully, but these errors were encountered:
My issue is similar I see these errors:
libbpf: Error loading ELF section .BTF: -22. Ignored and continue. libbpf: failed to create map (name: 'ctrl_map'): Operation not supported libbpf: failed to load object 'rss_kern.o' Err: Cannot load file
Sorry, something went wrong.
solve the issue by
xdp_flags = XDP_FLAGS_HW_MODE; => xdp_flags = XDP_FLAGS_SKB_MODE;
No branches or pull requests
Hi
AFter make with latest libbpf and test i get this error:
libbpf: failed to create map (name: 'ctrl_map'): Invalid argument(-22)
libbpf: failed to load object 'rss_kern.o'
Err: Cannot load file
The text was updated successfully, but these errors were encountered: