From: patchwork-bot+netdevbpf@kernel.org
To: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Cc: bpf@vger.kernel.org, daniel@iogearbox.net, andrii@kernel.org,
martin.lau@kernel.org, memxor@gmail.com, eddyz87@gmail.com,
puranjay@kernel.org, kernel-team@fb.com
Subject: Re: [PATCH bpf-next 1/2] bpf: Add support for certain atomics in bpf_arena to x86 JIT
Date: Tue, 09 Apr 2024 17:40:28 +0000 [thread overview]
Message-ID: <171268442859.13915.577516884304371123.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240405231134.17274-1-alexei.starovoitov@gmail.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:
On Fri, 5 Apr 2024 16:11:33 -0700 you wrote:
> From: Alexei Starovoitov <ast@kernel.org>
>
> Support atomics in bpf_arena that can be JITed as a single x86 instruction.
> Instructions that are JITed as loops are not supported at the moment,
> since they require more complex extable and loop logic.
>
> JITs can choose to do smarter things with bpf_jit_supports_insn().
> Like arm64 may decide to support all bpf atomics instructions
> when emit_lse_atomic is available and none in ll_sc mode.
>
> [...]
Here is the summary with links:
- [bpf-next,1/2] bpf: Add support for certain atomics in bpf_arena to x86 JIT
https://git.kernel.org/bpf/bpf-next/c/d503a04f8bc0
- [bpf-next,2/2] selftests/bpf: Add tests for atomics in bpf_arena.
https://git.kernel.org/bpf/bpf-next/c/d0a2ba197bcb
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:[~2024-04-09 17:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-05 23:11 [PATCH bpf-next 1/2] bpf: Add support for certain atomics in bpf_arena to x86 JIT Alexei Starovoitov
2024-04-05 23:11 ` [PATCH bpf-next 2/2] selftests/bpf: Add tests for atomics in bpf_arena Alexei Starovoitov
2024-04-06 16:34 ` Eduard Zingerman
2024-04-06 16:33 ` [PATCH bpf-next 1/2] bpf: Add support for certain atomics in bpf_arena to x86 JIT Eduard Zingerman
2024-04-09 17:40 ` 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=171268442859.13915.577516884304371123.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexei.starovoitov@gmail.com \
--cc=andrii@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=kernel-team@fb.com \
--cc=martin.lau@kernel.org \
--cc=memxor@gmail.com \
--cc=puranjay@kernel.org \
/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