From: patchwork-bot+netdevbpf@kernel.org
To: Maxim Mikityanskiy <maximmi@nvidia.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
andrii@kernel.org, netdev@vger.kernel.org, tariqt@nvidia.com,
kafai@fb.com, songliubraving@fb.com, yhs@fb.com,
john.fastabend@gmail.com, kpsingh@kernel.org,
davem@davemloft.net, kuba@kernel.org, edumazet@google.com,
yoshfuji@linux-ipv6.org, dsahern@kernel.org, shuah@kernel.org,
hawk@kernel.org, nathan@kernel.org, ndesaulniers@google.com,
joe@cilium.io, revest@chromium.org,
linux-kselftest@vger.kernel.org, toke@toke.dk, memxor@gmail.com,
fw@strlen.de, pabeni@redhat.com
Subject: Re: [PATCH bpf-next v10 0/6] New BPF helpers to accelerate synproxy
Date: Fri, 17 Jun 2022 04:40:13 +0000 [thread overview]
Message-ID: <165544081381.22504.14558130099478687878.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220615134847.3753567-1-maximmi@nvidia.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Wed, 15 Jun 2022 16:48:41 +0300 you wrote:
> The first patch of this series is a documentation fix.
>
> The second patch allows BPF helpers to accept memory regions of fixed
> size without doing runtime size checks.
>
> The two next patches add new functionality that allows XDP to
> accelerate iptables synproxy.
>
> [...]
Here is the summary with links:
- [bpf-next,v10,1/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
https://git.kernel.org/bpf/bpf-next/c/ac80287a6af9
- [bpf-next,v10,2/6] bpf: Allow helpers to accept pointers with a fixed size
https://git.kernel.org/bpf/bpf-next/c/508362ac66b0
- [bpf-next,v10,3/6] bpf: Add helpers to issue and check SYN cookies in XDP
https://git.kernel.org/bpf/bpf-next/c/33bf9885040c
- [bpf-next,v10,4/6] selftests/bpf: Add selftests for raw syncookie helpers
https://git.kernel.org/bpf/bpf-next/c/fb5cd0ce70d4
- [bpf-next,v10,5/6] bpf: Allow the new syncookie helpers to work with SKBs
https://git.kernel.org/bpf/bpf-next/c/9a4cf073866c
- [bpf-next,v10,6/6] selftests/bpf: Add selftests for raw syncookie helpers in TC mode
https://git.kernel.org/bpf/bpf-next/c/784d5dc0efc2
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:[~2022-06-17 4:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 13:48 [PATCH bpf-next v10 0/6] New BPF helpers to accelerate synproxy Maxim Mikityanskiy
2022-06-15 13:48 ` [PATCH bpf-next v10 1/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie Maxim Mikityanskiy
2022-06-15 13:48 ` [PATCH bpf-next v10 2/6] bpf: Allow helpers to accept pointers with a fixed size Maxim Mikityanskiy
2022-06-15 13:48 ` [PATCH bpf-next v10 3/6] bpf: Add helpers to issue and check SYN cookies in XDP Maxim Mikityanskiy
2022-06-15 13:48 ` [PATCH bpf-next v10 4/6] selftests/bpf: Add selftests for raw syncookie helpers Maxim Mikityanskiy
2022-07-07 10:47 ` Yauheni Kaliuta
2022-06-15 13:48 ` [PATCH bpf-next v10 5/6] bpf: Allow the new syncookie helpers to work with SKBs Maxim Mikityanskiy
2022-06-15 13:48 ` [PATCH bpf-next v10 6/6] selftests/bpf: Add selftests for raw syncookie helpers in TC mode Maxim Mikityanskiy
2022-06-17 4:38 ` [PATCH bpf-next v10 0/6] New BPF helpers to accelerate synproxy Alexei Starovoitov
2022-06-17 4: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=165544081381.22504.14558130099478687878.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=hawk@kernel.org \
--cc=joe@cilium.io \
--cc=john.fastabend@gmail.com \
--cc=kafai@fb.com \
--cc=kpsingh@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=maximmi@nvidia.com \
--cc=memxor@gmail.com \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=revest@chromium.org \
--cc=shuah@kernel.org \
--cc=songliubraving@fb.com \
--cc=tariqt@nvidia.com \
--cc=toke@toke.dk \
--cc=yhs@fb.com \
--cc=yoshfuji@linux-ipv6.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