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, maximmi@nvidia.com
Subject: Re: [net-next 01/16] net/mlx5: Add the log_min_mkey_entity_size capability
Date: Thu, 29 Sep 2022 02:50:25 +0000 [thread overview]
Message-ID: <166441982535.2371.10734224437050791536.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220927203611.244301-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 27 Sep 2022 13:35:56 -0700 you wrote:
> From: Maxim Mikityanskiy <maximmi@nvidia.com>
>
> Add the capability that will allow the driver to determine the minimal
> MTT page size to be able to map the smallest possible pages in XSK. The
> older firmwares that don't have this capability default to 12 (i.e.
> 4096-byte pages).
>
> [...]
Here is the summary with links:
- [net-next,01/16] net/mlx5: Add the log_min_mkey_entity_size capability
https://git.kernel.org/netdev/net-next/c/40b72108f9c6
- [net-next,02/16] net/mlx5e: Convert mlx5e_get_max_sq_wqebbs to u8
https://git.kernel.org/netdev/net-next/c/f060ccc2afaa
- [net-next,03/16] net/mlx5e: Remove unused fields from datapath structs
https://git.kernel.org/netdev/net-next/c/665f29de4ca3
- [net-next,04/16] net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides static
https://git.kernel.org/netdev/net-next/c/7e49abb1e393
- [net-next,05/16] net/mlx5e: Validate striding RQ before enabling XDP
https://git.kernel.org/netdev/net-next/c/44f4fd03b517
- [net-next,06/16] net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdev
https://git.kernel.org/netdev/net-next/c/ed5c92ff0f3e
- [net-next,07/16] net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriate
https://git.kernel.org/netdev/net-next/c/527918e9cc4d
- [net-next,08/16] net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_full
https://git.kernel.org/netdev/net-next/c/e3c4c496dc9a
- [net-next,09/16] net/mlx5e: Use the aligned max TX MPWQE size
https://git.kernel.org/netdev/net-next/c/21a0502d5910
- [net-next,10/16] net/mlx5e: kTLS, Check ICOSQ WQE size in advance
https://git.kernel.org/netdev/net-next/c/4c78782e2e98
- [net-next,11/16] net/mlx5e: Simplify stride size calculation for linear RQ
https://git.kernel.org/netdev/net-next/c/ddbef3656072
- [net-next,12/16] net/mlx5e: xsk: Remove dead code in validation
https://git.kernel.org/netdev/net-next/c/8c654a1bb686
- [net-next,13/16] net/mlx5e: xsk: Fix SKB headroom calculation in validation
https://git.kernel.org/netdev/net-next/c/411295fbe6f4
- [net-next,14/16] net/mlx5e: Improve the MTU change shortcut
https://git.kernel.org/netdev/net-next/c/3904d2afad4c
- [net-next,15/16] net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_info
https://git.kernel.org/netdev/net-next/c/258e655c0073
- [net-next,16/16] net/mlx5e: Use runtime values of striding RQ parameters in datapath
https://git.kernel.org/netdev/net-next/c/997ce6affe26
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:[~2022-09-29 2:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 20:35 [pull request][net-next 00/16] mlx5 updates 2022-09-27 Saeed Mahameed
2022-09-27 20:35 ` [net-next 01/16] net/mlx5: Add the log_min_mkey_entity_size capability Saeed Mahameed
2022-09-29 2:50 ` patchwork-bot+netdevbpf [this message]
2022-09-27 20:35 ` [net-next 02/16] net/mlx5e: Convert mlx5e_get_max_sq_wqebbs to u8 Saeed Mahameed
2022-09-27 20:35 ` [net-next 03/16] net/mlx5e: Remove unused fields from datapath structs Saeed Mahameed
2022-09-27 20:35 ` [net-next 04/16] net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides static Saeed Mahameed
2022-09-27 20:36 ` [net-next 05/16] net/mlx5e: Validate striding RQ before enabling XDP Saeed Mahameed
2022-09-27 20:36 ` [net-next 06/16] net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdev Saeed Mahameed
2022-09-27 20:36 ` [net-next 07/16] net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriate Saeed Mahameed
2022-09-27 20:36 ` [net-next 08/16] net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_full Saeed Mahameed
2022-09-27 20:36 ` [net-next 09/16] net/mlx5e: Use the aligned max TX MPWQE size Saeed Mahameed
2022-09-27 20:36 ` [net-next 10/16] net/mlx5e: kTLS, Check ICOSQ WQE size in advance Saeed Mahameed
2022-09-27 20:36 ` [net-next 11/16] net/mlx5e: Simplify stride size calculation for linear RQ Saeed Mahameed
2022-09-27 20:36 ` [net-next 12/16] net/mlx5e: xsk: Remove dead code in validation Saeed Mahameed
2022-09-27 20:36 ` [net-next 13/16] net/mlx5e: xsk: Fix SKB headroom calculation " Saeed Mahameed
2022-09-27 20:36 ` [net-next 14/16] net/mlx5e: Improve the MTU change shortcut Saeed Mahameed
2022-09-27 20:36 ` [net-next 15/16] net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_info Saeed Mahameed
2022-09-27 20:36 ` [net-next 16/16] net/mlx5e: Use runtime values of striding RQ parameters in datapath Saeed Mahameed
2022-09-29 2:35 ` [pull request][net-next 00/16] mlx5 updates 2022-09-27 Jakub Kicinski
2022-09-29 7:20 ` Saeed Mahameed
2022-09-29 15:33 ` Jakub Kicinski
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=166441982535.2371.10734224437050791536.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=maximmi@nvidia.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.