On Sat, Oct 5, 2019 at 10:46 PM Andrii Nakryiko <[email protected]> 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 <[email protected]> > Signed-off-by: Andrii Nakryiko <[email protected]> > --- > tools/lib/bpf/.gitignore | 1 + > tools/lib/bpf/Makefile | 10 +- > tools/lib/bpf/bpf_helpers.h | 264 +----------------------------------- > 3 files changed, 10 insertions(+), 265 deletions(-)
This patch doesn't apply to bpf-next.
