From: patchwork-bot+netdevbpf@kernel.org
To: Jason Xing <kerneljasonxing@gmail.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bjorn@kernel.org, magnus.karlsson@intel.com,
maciej.fijalkowski@intel.com, jonathan.lemon@gmail.com,
sdf@fomichev.me, ast@kernel.org, daniel@iogearbox.net,
hawk@kernel.org, john.fastabend@gmail.com,
willemdebruijn.kernel@gmail.com, ioana.ciornei@nxp.com,
netdev@vger.kernel.org, kernelxing@tencent.com
Subject: Re: [PATCH net-next] net: xsk: dpaa2: avoid repeatedly updating the global consumer
Date: Wed, 25 Jun 2025 01:10:09 +0000 [thread overview]
Message-ID: <175081380923.4090877.16334008056847713853.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250623120159.68374-1-kerneljasonxing@gmail.com>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 23 Jun 2025 20:01:59 +0800 you wrote:
> From: Jason Xing <kernelxing@tencent.com>
>
> This patch avoids another update of the consumer at the end of
> dpaa2_xsk_tx().
>
> In the zero copy xmit path, two versions (batched and non-batched)
> regarding how the consumer of tx ring changes are implemented in
> xsk_tx_peek_release_desc_batch() that eventually updates the local
> consumer to the global consumer in either of the following call trace:
> 1) batched mode:
> xsk_tx_peek_release_desc_batch()
> __xskq_cons_release()
> 2) non-batched mode:
> xsk_tx_peek_release_desc_batch()
> xsk_tx_peek_release_fallback()
> xsk_tx_release()
>
> [...]
Here is the summary with links:
- [net-next] net: xsk: dpaa2: avoid repeatedly updating the global consumer
https://git.kernel.org/netdev/net-next/c/da7aee716163
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:[~2025-06-25 1:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-23 12:01 [PATCH net-next] net: xsk: dpaa2: avoid repeatedly updating the global consumer Jason Xing
2025-06-24 19:12 ` Maciej Fijalkowski
2025-06-25 1: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=175081380923.4090877.16334008056847713853.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=ast@kernel.org \
--cc=bjorn@kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=ioana.ciornei@nxp.com \
--cc=john.fastabend@gmail.com \
--cc=jonathan.lemon@gmail.com \
--cc=kerneljasonxing@gmail.com \
--cc=kernelxing@tencent.com \
--cc=kuba@kernel.org \
--cc=maciej.fijalkowski@intel.com \
--cc=magnus.karlsson@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sdf@fomichev.me \
--cc=willemdebruijn.kernel@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.