Re: [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of BPF helper definitions

2019-10-06 Thread Andrii Nakryiko
On Sun, Oct 6, 2019 at 7:24 PM Andrii Nakryiko wrote: > > On Sun, Oct 6, 2019 at 5:32 PM Alexei Starovoitov > wrote: > > > > On Sun, Oct 6, 2019 at 5:13 PM Andrii Nakryiko > > wrote: > > > > > > On Sun, Oct 6, 2019 at 4:56 PM Alexei Starovoitov > > > wrote: > > > > > > > > On Sat, Oct 5, 2019 a

Re: [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of BPF helper definitions

2019-10-06 Thread Andrii Nakryiko
On Sun, Oct 6, 2019 at 5:32 PM Alexei Starovoitov wrote: > > On Sun, Oct 6, 2019 at 5:13 PM Andrii Nakryiko > wrote: > > > > On Sun, Oct 6, 2019 at 4:56 PM Alexei Starovoitov > > wrote: > > > > > > On Sat, Oct 5, 2019 at 10:46 PM Andrii Nakryiko wrote: > > > > > > > > Get rid of list of BPF hel

Re: [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of BPF helper definitions

2019-10-06 Thread Alexei Starovoitov
On Sun, Oct 6, 2019 at 5:13 PM Andrii Nakryiko wrote: > > On Sun, Oct 6, 2019 at 4:56 PM Alexei Starovoitov > wrote: > > > > On Sat, Oct 5, 2019 at 10:46 PM Andrii Nakryiko wrote: > > > > > > Get rid of list of BPF helpers in bpf_helpers.h (irony...) and > > > auto-generate it into bpf_helpers_d

Re: [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of BPF helper definitions

2019-10-06 Thread Andrii Nakryiko
On Sun, Oct 6, 2019 at 4:56 PM Alexei Starovoitov wrote: > > On Sat, Oct 5, 2019 at 10:46 PM Andrii Nakryiko wrote: > > > > Get rid of list of BPF helpers in bpf_helpers.h (irony...) and > > auto-generate it into bpf_helpers_defs.h, which is now included from > > bpf_helpers.h. > > > > Suggested-

Re: [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of BPF helper definitions

2019-10-06 Thread Alexei Starovoitov
On Sat, Oct 5, 2019 at 10:46 PM Andrii Nakryiko wrote: > > Get rid of list of BPF helpers in bpf_helpers.h (irony...) and > auto-generate it into bpf_helpers_defs.h, which is now included from > bpf_helpers.h. > > Suggested-by: Alexei Starovoitov > Signed-off-by: Andrii Nakryiko > --- > tools/l

[PATCH v3 bpf-next 3/3] libbpf: auto-generate list of BPF helper definitions

2019-10-05 Thread Andrii Nakryiko
Get rid of list of BPF helpers in bpf_helpers.h (irony...) and auto-generate it into bpf_helpers_defs.h, which is now included from bpf_helpers.h. Suggested-by: Alexei Starovoitov Signed-off-by: Andrii Nakryiko --- tools/lib/bpf/.gitignore| 1 + tools/lib/bpf/Makefile | 10 +- tools