[PATCH bpf-next 0/3] Use lightweigt version of bpftool

Pu Lehui posted 3 patches 3 years, 9 months ago
There is a newer version of this series
kernel/bpf/preload/iterators/Makefile | 13 +++++++++----
samples/bpf/Makefile                  | 16 +++++++++++-----
tools/bpf/runqslower/Makefile         | 10 ++++++++--
3 files changed, 28 insertions(+), 11 deletions(-)
[PATCH bpf-next 0/3] Use lightweigt version of bpftool
Posted by Pu Lehui 3 years, 9 months ago
Currently, samples/bpf, tools/runqslower and bpf/iterators use bpftool
for vmlinux.h, skeleton, and static linking only. We can  use lightweight
bootstrap version of bpftool to handle these, and it will be faster. 

Pu Lehui (3):
  samples: bpf: Fix cross-compiling error by using bootstrap bpftool
  tools: runqslower: build and use lightweight bootstrap version of
    bpftool
  bpf: iterators: build and use lightweight bootstrap version of bpftool

 kernel/bpf/preload/iterators/Makefile | 13 +++++++++----
 samples/bpf/Makefile                  | 16 +++++++++++-----
 tools/bpf/runqslower/Makefile         | 10 ++++++++--
 3 files changed, 28 insertions(+), 11 deletions(-)

-- 
2.25.1