Hi Shaoting,
On 03/12/2018 02:52 AM, lst wrote:
> hi, I have a question need your help.
>
> I get failure "libbpf: incorrect bpf_call opcode" when running below two
> cases on v4.16-rc3:
> -
> test_l4lb_all();
> const char *file2 = "./test_l4lb_noinline.o";
>
> test_xdp_
hi, I have a question need your help.
I get failure "libbpf: incorrect bpf_call opcode" when running below two
cases on v4.16-rc3:
-
test_l4lb_all();
const char *file2 = "./test_l4lb_noinline.o";
test_xdp_noinline();
-
and from the file test_libbpf.