Replies: 3 comments
|
i see from bpf verifier code for kernel version and from above libbpf error output we can see that when |
0 replies
|
You need to check the return value of |
0 replies
|
You may use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a bpf program in which i need to match string prefix. the prefix is fixed, so i wrote following function
when i load this, i get below error
Can you help me to fix it?
Note: I also tried to use
bpf_strncmpfunction, but that errors out withR3 type=fp expected=map_value. i can provide details if required.All reactions