From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
tariqt@nvidia.com, gal@nvidia.com, maciej.fijalkowski@intel.com,
aleksander.lobakin@intel.com
Subject: Re: [net-next V2 1/9] net/mlx5e: Switch to using napi_build_skb()
Date: Tue, 21 Feb 2023 01:00:22 +0000 [thread overview]
Message-ID: <167694122270.14671.16443132044338749783.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230218090513.284718-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Sat, 18 Feb 2023 01:05:05 -0800 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
>
> Use napi_build_skb() which uses NAPI percpu caches to obtain
> skbuff_head instead of inplace allocation.
>
> napi_build_skb() calls napi_skb_cache_get(), which returns a cached
> skb, or allocates a bulk of NAPI_SKB_CACHE_BULK (16) if cache is empty.
>
> [...]
Here is the summary with links:
- [net-next,V2,1/9] net/mlx5e: Switch to using napi_build_skb()
https://git.kernel.org/netdev/net-next/c/53ee91427177
- [net-next,V2,2/9] net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()
https://git.kernel.org/netdev/net-next/c/bfc63c979690
- [net-next,V2,3/9] net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle()
https://git.kernel.org/netdev/net-next/c/9da5294e2c6a
- [net-next,V2,4/9] net/mlx5: Simplify eq list traversal
https://git.kernel.org/netdev/net-next/c/3ac0b6aa892a
- [net-next,V2,5/9] net/mlx5e: Implement CT entry update
https://git.kernel.org/netdev/net-next/c/94ceffb48eac
- [net-next,V2,6/9] net/mlx5e: Allow offloading of ct 'new' match
https://git.kernel.org/netdev/net-next/c/f869bcb0d28e
- [net-next,V2,7/9] net/mlx5e: Remove unused function mlx5e_sq_xmit_simple
https://git.kernel.org/netdev/net-next/c/b5618a6b19c9
- [net-next,V2,8/9] net/mlx5e: Fix outdated TLS comment
https://git.kernel.org/netdev/net-next/c/afce9271facb
- [net-next,V2,9/9] net/mlx5e: RX, Remove doubtful unlikely call
https://git.kernel.org/netdev/net-next/c/993fd9bd656a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-02-21 1:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-18 9:05 [pull request][net-next V2 0/9] mlx5 updates 2023-02-15 Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 1/9] net/mlx5e: Switch to using napi_build_skb() Saeed Mahameed
2023-02-21 1:00 ` patchwork-bot+netdevbpf [this message]
2023-02-18 9:05 ` [net-next V2 2/9] net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff() Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 3/9] net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle() Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 4/9] net/mlx5: Simplify eq list traversal Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 5/9] net/mlx5e: Implement CT entry update Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 6/9] net/mlx5e: Allow offloading of ct 'new' match Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 7/9] net/mlx5e: Remove unused function mlx5e_sq_xmit_simple Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 8/9] net/mlx5e: Fix outdated TLS comment Saeed Mahameed
2023-02-18 9:05 ` [net-next V2 9/9] net/mlx5e: RX, Remove doubtful unlikely call Saeed Mahameed
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=167694122270.14671.16443132044338749783.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=aleksander.lobakin@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=kuba@kernel.org \
--cc=maciej.fijalkowski@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeed@kernel.org \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.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.