Re: question about bpf.test_progs.fail

2018-03-13 Thread Daniel Borkmann
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"; > >

question about bpf.test_progs.fail

2018-03-11 Thread lst
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