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
Subject: Re: [PATCH net-next 00/15] ] mlx5 xsk updates part4 and more
Date: Tue, 04 Oct 2022 00:10:18 +0000 [thread overview]
Message-ID: <166484221860.7651.2840728770658860381.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221002045632.291612-1-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 1 Oct 2022 21:56:17 -0700 you wrote:
> From: Saeed Mahameed <saeedm@nvidia.com>
>
> 1) Final part of xsk improvements,
> in this series Maxim continues to improve xsk implementation
> a) XSK Busy polling support
> b) Use KLM to avoid Frame overrun in unaligned mode
> c) Optimize unaligned more for certain frame sizes
> d) Other straight forward minor optimizations.
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5e: xsk: Flush RQ on XSK activation to save memory
https://git.kernel.org/netdev/net-next/c/082a9edf12fe
- [net-next,02/15] net/mlx5e: xsk: Set napi_id to support busy polling
https://git.kernel.org/netdev/net-next/c/a2740f529da2
- [net-next,03/15] net/mlx5e: xsk: Include XSK skb_from_cqe callbacks in INDIRECT_CALL
https://git.kernel.org/netdev/net-next/c/1ca6492ec964
- [net-next,04/15] net/mlx5e: xsk: Improve need_wakeup logic
https://git.kernel.org/netdev/net-next/c/cfb4d09c30c9
- [net-next,05/15] net/mlx5e: xsk: Use umr_mode to calculate striding RQ parameters
https://git.kernel.org/netdev/net-next/c/168723c1f8d6
- [net-next,06/15] net/mlx5e: Improve MTT/KSM alignment
https://git.kernel.org/netdev/net-next/c/9f123f740428
- [net-next,07/15] net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned mode
https://git.kernel.org/netdev/net-next/c/139213451046
- [net-next,08/15] net/mlx5e: xsk: Print a warning in slow configurations
https://git.kernel.org/netdev/net-next/c/c6f0420468fb
- [net-next,09/15] net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte frames
https://git.kernel.org/netdev/net-next/c/c2c9e31dfa4f
- [net-next,10/15] net/mlx5e: Expose rx_oversize_pkts_buffer counter
https://git.kernel.org/netdev/net-next/c/16ab85e78439
- [net-next,11/15] net/mlx5: Start health poll at earlier stage of driver load
https://git.kernel.org/netdev/net-next/c/9b98d395b85d
- [net-next,12/15] net/mlx5: Set default grace period based on function type
https://git.kernel.org/netdev/net-next/c/1330bd9884ef
- [net-next,13/15] net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport
https://git.kernel.org/netdev/net-next/c/8c9cc1eb90c1
- [net-next,14/15] net/mlx5: E-switch, Don't update group if qos is not enabled
https://git.kernel.org/netdev/net-next/c/909ffe462a18
- [net-next,15/15] net/mlx5: E-Switch, Return EBUSY if can't get mode lock
https://git.kernel.org/netdev/net-next/c/794131c40850
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-10-04 0:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-02 4:56 [PATCH net-next 00/15] ] mlx5 xsk updates part4 and more Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 01/15] net/mlx5e: xsk: Flush RQ on XSK activation to save memory Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 02/15] net/mlx5e: xsk: Set napi_id to support busy polling Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 03/15] net/mlx5e: xsk: Include XSK skb_from_cqe callbacks in INDIRECT_CALL Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 04/15] net/mlx5e: xsk: Improve need_wakeup logic Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 05/15] net/mlx5e: xsk: Use umr_mode to calculate striding RQ parameters Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 06/15] net/mlx5e: Improve MTT/KSM alignment Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 07/15] net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned mode Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 08/15] net/mlx5e: xsk: Print a warning in slow configurations Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 09/15] net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte frames Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 10/15] net/mlx5e: Expose rx_oversize_pkts_buffer counter Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 11/15] net/mlx5: Start health poll at earlier stage of driver load Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 12/15] net/mlx5: Set default grace period based on function type Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 13/15] net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 14/15] net/mlx5: E-switch, Don't update group if qos is not enabled Saeed Mahameed
2022-10-02 4:56 ` [PATCH net-next 15/15] net/mlx5: E-Switch, Return EBUSY if can't get mode lock Saeed Mahameed
2022-10-04 0: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=166484221860.7651.2840728770658860381.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).