]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Use lightweigt version of bpftool'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 15 Jul 2022 19:01:30 +0000 (12:01 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 15 Jul 2022 19:03:25 +0000 (12:03 -0700)
commit7de8c62bc0bcbebe6f677714bf159961e07defa0
tree840943b56fe236aa15abb55f6f1143c9a28ebe12
parentfb26e42838a4018f0945cb5132dab08835996261
parentd05271fd55b2145b8024ae0646fdf85c0fbfbf34
Merge branch 'Use lightweigt version of bpftool'

Pu Lehui says:

====================

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.

v2:
- make libbpf and bootstrap bpftool independent. and make it simple.

v1: https://lore.kernel.org/bpf/20220712030813.865410-1-pulehui@huawei.com
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>