Replies: 3 comments
-
|
i see from bpf verifier code for kernel version and from above libbpf error output we can see that when |
Beta Was this translation helpful? Give feedback.
-
|
You need to check the return value of |
Beta Was this translation helpful? Give feedback.
-
|
You may use |
Beta Was this translation helpful? Give feedback.
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.Beta Was this translation helpful? Give feedback.
All reactions