Re: [PATCH bpf-next 0/6] Consistent prefixes for libbpf interfaces

2018-10-09 Thread Daniel Borkmann
On 10/09/2018 08:43 AM, Yonghong Song wrote: > On 10/4/18 7:22 AM, Daniel Borkmann wrote: >> [ +Yonghong ] >> >> On 10/04/2018 12:26 AM, Andrey Ignatov wrote: >>> This patch set renames a few interfaces in libbpf, mostly netlink related, >>> so that all symbols provided by the library have only thr

Re: [PATCH bpf-next 0/6] Consistent prefixes for libbpf interfaces

2018-10-08 Thread Yonghong Song
On 10/4/18 7:22 AM, Daniel Borkmann wrote: > [ +Yonghong ] > > On 10/04/2018 12:26 AM, Andrey Ignatov wrote: >> This patch set renames a few interfaces in libbpf, mostly netlink related, >> so that all symbols provided by the library have only three possible >> prefixes: >> >> % nm -D tools/lib/

Re: [PATCH bpf-next 0/6] Consistent prefixes for libbpf interfaces

2018-10-04 Thread Daniel Borkmann
[ +Yonghong ] On 10/04/2018 12:26 AM, Andrey Ignatov wrote: > This patch set renames a few interfaces in libbpf, mostly netlink related, > so that all symbols provided by the library have only three possible > prefixes: > > % nm -D tools/lib/bpf/libbpf.so | \ > awk '$2 == "T" {sub(/[_\(].*/,

[PATCH bpf-next 0/6] Consistent prefixes for libbpf interfaces

2018-10-03 Thread Andrey Ignatov
This patch set renames a few interfaces in libbpf, mostly netlink related, so that all symbols provided by the library have only three possible prefixes: % nm -D tools/lib/bpf/libbpf.so | \ awk '$2 == "T" {sub(/[_\(].*/, "", $3); if ($3) print $3}' | \ sort | \ uniq -c 91 bpf