From: patchwork-bot+netdevbpf@kernel.org
To: Cong Wang <xiyou.wangcong@gmail.com>
Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, cong.wang@bytedance.com
Subject: Re: [Patch bpf-next v4 0/4] sockmap: some performance optimizations
Date: Mon, 20 Jun 2022 12:10:16 +0000 [thread overview]
Message-ID: <165572701688.4813.1208806792598960392.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220615162014.89193-1-xiyou.wangcong@gmail.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:
On Wed, 15 Jun 2022 09:20:10 -0700 you wrote:
> From: Cong Wang <cong.wang@bytedance.com>
>
> This patchset contains two optimizations for sockmap. The first one
> eliminates a skb_clone() and the second one eliminates a memset(). With
> this patchset, the throughput of UDP transmission via sockmap gets
> improved by 61%.
>
> [...]
Here is the summary with links:
- [bpf-next,v4,1/4] tcp: introduce tcp_read_skb()
https://git.kernel.org/bpf/bpf-next/c/04919bed948d
- [bpf-next,v4,2/4] net: introduce a new proto_ops ->read_skb()
https://git.kernel.org/bpf/bpf-next/c/965b57b469a5
- [bpf-next,v4,3/4] skmsg: get rid of skb_clone()
https://git.kernel.org/bpf/bpf-next/c/57452d767fea
- [bpf-next,v4,4/4] skmsg: get rid of unncessary memset()
https://git.kernel.org/bpf/bpf-next/c/43312915b5ba
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-20 12:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 16:20 [Patch bpf-next v4 0/4] sockmap: some performance optimizations Cong Wang
2022-06-15 16:20 ` [Patch bpf-next v4 1/4] tcp: introduce tcp_read_skb() Cong Wang
2022-06-16 6:25 ` Eric Dumazet
2022-06-15 16:20 ` [Patch bpf-next v4 2/4] net: introduce a new proto_ops ->read_skb() Cong Wang
2022-06-15 16:20 ` [Patch bpf-next v4 3/4] skmsg: get rid of skb_clone() Cong Wang
2022-06-15 16:20 ` [Patch bpf-next v4 4/4] skmsg: get rid of unncessary memset() Cong Wang
2022-06-18 1:31 ` [Patch bpf-next v4 0/4] sockmap: some performance optimizations John Fastabend
2022-06-20 12:10 ` 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=165572701688.4813.1208806792598960392.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=cong.wang@bytedance.com \
--cc=netdev@vger.kernel.org \
--cc=xiyou.wangcong@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.