From: patchwork-bot+netdevbpf@kernel.org
To: Donglin Peng <dolinux.peng@gmail.com>
Cc: ast@kernel.org, andrii.nakryiko@gmail.com, eddyz87@gmail.com,
zhangxiaoqin@xiaomi.com, ihor.solodrai@linux.dev,
linux-kernel@vger.kernel.org, bpf@vger.kernel.org,
pengdonglin@xiaomi.com
Subject: Re: [PATCH bpf-next v12 00/11] Improve the performance of BTF type lookups with binary search
Date: Wed, 14 Jan 2026 00:30:18 +0000 [thread overview]
Message-ID: <176835061836.2531731.15663176561531446569.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260109130003.3313716-1-dolinux.peng@gmail.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Fri, 9 Jan 2026 20:59:52 +0800 you wrote:
> From: Donglin Peng <pengdonglin@xiaomi.com>
>
> The series addresses the performance limitations of linear search in large
> BTFs by:
> 1. Adding BTF permutation support
> 2. Using resolve_btfids to sort BTF during the build phase
> 3. Checking BTF sorting
> 4. Using binary search when looking up types
>
> [...]
Here is the summary with links:
- [bpf-next,v12,01/11] libbpf: Add BTF permutation support for type reordering
https://git.kernel.org/bpf/bpf-next/c/6fbf129c4990
- [bpf-next,v12,02/11] selftests/bpf: Add test cases for btf__permute functionality
https://git.kernel.org/bpf/bpf-next/c/a3acd7d43462
- [bpf-next,v12,03/11] tools/resolve_btfids: Support BTF sorting feature
https://git.kernel.org/bpf/bpf-next/c/230e7d7de5a8
- [bpf-next,v12,04/11] libbpf: Optimize type lookup with binary search for sorted BTF
(no matching commit)
- [bpf-next,v12,05/11] libbpf: Verify BTF sorting
https://git.kernel.org/bpf/bpf-next/c/33ecca574f1c
- [bpf-next,v12,06/11] btf: Optimize type lookup with binary search
(no matching commit)
- [bpf-next,v12,07/11] btf: Verify BTF sorting
(no matching commit)
- [bpf-next,v12,08/11] bpf: Skip anonymous types in type lookup for performance
https://git.kernel.org/bpf/bpf-next/c/dc893cfa390a
- [bpf-next,v12,09/11] bpf: Optimize the performance of find_bpffs_btf_enums
https://git.kernel.org/bpf/bpf-next/c/434bcbc837a6
- [bpf-next,v12,10/11] libbpf: Optimize the performance of determine_ptr_size
(no matching commit)
- [bpf-next,v12,11/11] btf: Refactor the code by calling str_is_empty
https://git.kernel.org/bpf/bpf-next/c/9282a42a1fe1
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-01-14 0:33 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-09 12:59 [PATCH bpf-next v12 00/11] Improve the performance of BTF type lookups with binary search Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 01/11] libbpf: Add BTF permutation support for type reordering Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 02/11] selftests/bpf: Add test cases for btf__permute functionality Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 03/11] tools/resolve_btfids: Support BTF sorting feature Donglin Peng
2026-01-14 0:29 ` Andrii Nakryiko
2026-01-14 1:44 ` Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 04/11] libbpf: Optimize type lookup with binary search for sorted BTF Donglin Peng
2026-01-14 0:29 ` Andrii Nakryiko
2026-01-14 1:49 ` Donglin Peng
2026-01-14 2:21 ` Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 05/11] libbpf: Verify BTF sorting Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 06/11] btf: Optimize type lookup with binary search Donglin Peng
2026-01-14 0:29 ` Andrii Nakryiko
2026-01-14 1:49 ` Donglin Peng
2026-01-09 12:59 ` [PATCH bpf-next v12 07/11] btf: Verify BTF sorting Donglin Peng
2026-01-14 0:29 ` Andrii Nakryiko
2026-01-14 2:17 ` Donglin Peng
2026-01-09 13:00 ` [PATCH bpf-next v12 08/11] bpf: Skip anonymous types in type lookup for performance Donglin Peng
2026-01-09 13:00 ` [PATCH bpf-next v12 09/11] bpf: Optimize the performance of find_bpffs_btf_enums Donglin Peng
2026-01-09 13:00 ` [PATCH bpf-next v12 10/11] libbpf: Optimize the performance of determine_ptr_size Donglin Peng
2026-01-14 0:29 ` Andrii Nakryiko
2026-01-14 2:00 ` Donglin Peng
2026-01-09 13:00 ` [PATCH bpf-next v12 11/11] btf: Refactor the code by calling str_is_empty Donglin Peng
2026-01-14 0:30 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176835061836.2531731.15663176561531446569.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii.nakryiko@gmail.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=dolinux.peng@gmail.com \
--cc=eddyz87@gmail.com \
--cc=ihor.solodrai@linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=pengdonglin@xiaomi.com \
--cc=zhangxiaoqin@xiaomi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox