On Sat, Oct 5, 2019 at 9:21 PM Alexei Starovoitov <[email protected]> wrote:
>
> On 10/5/19 8:20 PM, Andrii Nakryiko wrote:
> > Enhance scripts/bpf_helpers_doc.py to emit C header with BPF helper
> > definitions (to be included from libbpf's bpf_helpers.h).
> >
> > Signed-off-by: Andrii Nakryiko<[email protected]>
> > ---
> >   scripts/bpf_helpers_doc.py      |  155 +-
> >   tools/lib/bpf/bpf_helper_defs.h | 2677 +++++++++++++++++++++++++++++++
> >   2 files changed, 2831 insertions(+), 1 deletion(-)
> >   create mode 100644 tools/lib/bpf/bpf_helper_defs.h
>
> patch 2 adds it. patch 3 deletes it? stress testing git? ;)

oh, wow... I checked cover letter's summary stats, didn't see
bpf_helpers_defs.h there and figured I didn't screw up.. wrong!

Reply via email to