From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
maximmi@nvidia.com, tariqt@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5e: Validate MTU when building non-linear legacy RQ fragments info
Date: Fri, 18 Mar 2022 11:00:14 +0000 [thread overview]
Message-ID: <164760121490.15393.8414807688995866762.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220317185424.287982-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Thu, 17 Mar 2022 11:54:10 -0700 you wrote:
> From: Maxim Mikityanskiy <maximmi@nvidia.com>
>
> mlx5e_build_rq_frags_info() assumes that MTU is not bigger than
> PAGE_SIZE * MLX5E_MAX_RX_FRAGS, which is 16K for 4K pages. Currently,
> the firmware limits MTU to 10K, so the assumption doesn't lead to a bug.
>
> This commits adds an additional driver check for reliability, since the
> firmware boundary might be changed.
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5e: Validate MTU when building non-linear legacy RQ fragments info
https://git.kernel.org/netdev/net-next/c/7c3b4df594b6
- [net-next,02/15] net/mlx5e: Add headroom only to the first fragment in legacy RQ
https://git.kernel.org/netdev/net-next/c/c3cce0fff3a3
- [net-next,03/15] net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQ
https://git.kernel.org/netdev/net-next/c/8d35fb57fd90
- [net-next,04/15] net/mlx5e: RX, Test the XDP program existence out of the handler
https://git.kernel.org/netdev/net-next/c/e26eceb90b01
- [net-next,05/15] net/mlx5e: Drop the len output parameter from mlx5e_xdp_handle
https://git.kernel.org/netdev/net-next/c/064990d0b65f
- [net-next,06/15] net/mlx5e: Drop cqe_bcnt32 from mlx5e_skb_from_cqe_mpwrq_linear
https://git.kernel.org/netdev/net-next/c/998923932f13
- [net-next,07/15] net/mlx5: DR, Adjust structure member to reduce memory hole
https://git.kernel.org/netdev/net-next/c/8f8533650325
- [net-next,08/15] net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunk
https://git.kernel.org/netdev/net-next/c/003f4f9acb05
- [net-next,09/15] net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memory
https://git.kernel.org/netdev/net-next/c/5c4f9b6e91e8
- [net-next,10/15] net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunk
https://git.kernel.org/netdev/net-next/c/f51bb5179300
- [net-next,11/15] net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memory
https://git.kernel.org/netdev/net-next/c/597534bd5633
- [net-next,12/15] net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memory
https://git.kernel.org/netdev/net-next/c/0d7f1595bb96
- [net-next,13/15] net/mlx5: CT: Remove extra rhashtable remove on tuple entries
https://git.kernel.org/netdev/net-next/c/ebf04231cf14
- [net-next,14/15] net/mlx5: Remove unused exported contiguous coherent buffer allocation API
https://git.kernel.org/netdev/net-next/c/4206fe40b2c0
- [net-next,15/15] net/mlx5: Remove unused fill page array API function
https://git.kernel.org/netdev/net-next/c/770c9a3a01af
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-03-18 11:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-17 18:54 [pull request][net-next 00/15] mlx5 updates 2022-03-17 Saeed Mahameed
2022-03-17 18:54 ` [net-next 01/15] net/mlx5e: Validate MTU when building non-linear legacy RQ fragments info Saeed Mahameed
2022-03-18 11:00 ` patchwork-bot+netdevbpf [this message]
2022-03-17 18:54 ` [net-next 02/15] net/mlx5e: Add headroom only to the first fragment in legacy RQ Saeed Mahameed
2022-03-17 18:54 ` [net-next 03/15] net/mlx5e: Build SKB in place over the first fragment in non-linear " Saeed Mahameed
2022-03-17 18:54 ` [net-next 04/15] net/mlx5e: RX, Test the XDP program existence out of the handler Saeed Mahameed
2022-03-17 18:54 ` [net-next 05/15] net/mlx5e: Drop the len output parameter from mlx5e_xdp_handle Saeed Mahameed
2022-03-17 18:54 ` [net-next 06/15] net/mlx5e: Drop cqe_bcnt32 from mlx5e_skb_from_cqe_mpwrq_linear Saeed Mahameed
2022-03-17 18:54 ` [net-next 07/15] net/mlx5: DR, Adjust structure member to reduce memory hole Saeed Mahameed
2022-03-17 18:54 ` [net-next 08/15] net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunk Saeed Mahameed
2022-03-17 18:54 ` [net-next 09/15] net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memory Saeed Mahameed
2022-03-17 18:54 ` [net-next 10/15] net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunk Saeed Mahameed
2022-03-17 18:54 ` [net-next 11/15] net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memory Saeed Mahameed
2022-03-17 18:54 ` [net-next 12/15] net/mlx5: DR, Remove hw_ste from mlx5dr_ste " Saeed Mahameed
2022-03-17 18:54 ` [net-next 13/15] net/mlx5: CT: Remove extra rhashtable remove on tuple entries Saeed Mahameed
2022-03-17 18:54 ` [net-next 14/15] net/mlx5: Remove unused exported contiguous coherent buffer allocation API Saeed Mahameed
2022-03-17 18:54 ` [net-next 15/15] net/mlx5: Remove unused fill page array API function 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=164760121490.15393.8414807688995866762.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=maximmi@nvidia.com \
--cc=netdev@vger.kernel.org \
--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.