Re: [PATCH iproute2] bpf: add btf func and func_proto kind support

2019-02-05 Thread Stephen Hemminger
On Thu, 24 Jan 2019 16:41:07 -0800 Yonghong Song wrote: > The issue is discovered for bpf selftest test_skb_cgroup.sh. > Currently we have, > $ ./test_skb_cgroup_id.sh > Wait for testing link-local IP to become available ... OK > Object has unknown BTF type: 13! > [PASS] > > In the above

Re: [PATCH iproute2] bpf: add btf func and func_proto kind support

2019-01-24 Thread Daniel Borkmann
On 01/25/2019 01:41 AM, Yonghong Song wrote: > The issue is discovered for bpf selftest test_skb_cgroup.sh. > Currently we have, > $ ./test_skb_cgroup_id.sh > Wait for testing link-local IP to become available ... OK > Object has unknown BTF type: 13! > [PASS] > > In the above the BTF type

[PATCH iproute2] bpf: add btf func and func_proto kind support

2019-01-24 Thread Yonghong Song
The issue is discovered for bpf selftest test_skb_cgroup.sh. Currently we have, $ ./test_skb_cgroup_id.sh Wait for testing link-local IP to become available ... OK Object has unknown BTF type: 13! [PASS] In the above the BTF type 13 refers to BTF kind BTF_KIND_FUNC_PROTO. This patch added