[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220712030813.865410-1-pulehui@huawei.com>
Date: Tue, 12 Jul 2022 11:08:10 +0800
From: Pu Lehui <pulehui@...wei.com>
To: <bpf@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Quentin Monnet <quentin@...valent.com>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>,
"Jean-Philippe Brucker" <jean-philippe@...aro.org>,
Pu Lehui <pulehui@...wei.com>
Subject: [PATCH bpf-next 0/3] Use lightweigt version of bpftool
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
Powered by blists - more mailing lists