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, afaris@nvidia.com
Subject: Re: [net 01/10] net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
Date: Thu, 09 Feb 2023 05:00:19 +0000 [thread overview]
Message-ID: <167591881937.30038.5955044803507018084.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230208030302.95378-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Tue, 7 Feb 2023 19:02:53 -0800 you wrote:
> From: Adham Faris <afaris@nvidia.com>
>
> rq->hw_mtu is used in function en_rx.c/mlx5e_skb_from_cqe_mpwrq_linear()
> to catch oversized packets. If FCS is concatenated to the end of the
> packet then the check should be updated accordingly.
>
> Rx rings initialization (mlx5e_init_rxq_rq()) invoked for every new set
> of channels, as part of mlx5e_safe_switch_params(), unknowingly if it
> runs with default configuration or not. Current rq->hw_mtu
> initialization assumes default configuration and ignores
> params->scatter_fcs_en flag state.
> Fix this, by accounting for params->scatter_fcs_en flag state during
> rq->hw_mtu initialization.
>
> [...]
Here is the summary with links:
- [net,01/10] net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
https://git.kernel.org/netdev/net/c/1e66220948df
- [net,02/10] net/mlx5: DR, Fix potential race in dr_rule_create_rule_nic
https://git.kernel.org/netdev/net/c/288d85e07fbc
- [net,03/10] net/mlx5: Bridge, fix ageing of peer FDB entries
https://git.kernel.org/netdev/net/c/da0c52426cd2
- [net,04/10] net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode
https://git.kernel.org/netdev/net/c/8974aa9638df
- [net,05/10] net/mlx5e: IPoIB, Show unknown speed instead of error
https://git.kernel.org/netdev/net/c/8aa5f171d51c
- [net,06/10] net/mlx5: Store page counters in a single array
https://git.kernel.org/netdev/net/c/c3bdbaea654d
- [net,07/10] net/mlx5: Expose SF firmware pages counter
https://git.kernel.org/netdev/net/c/9965bbebae59
- [net,08/10] net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers
https://git.kernel.org/netdev/net/c/db561fed6b8f
- [net,09/10] net/mlx5: fw_tracer, Zero consumer index when reloading the tracer
https://git.kernel.org/netdev/net/c/184e1e4474db
- [net,10/10] net/mlx5: Serialize module cleanup with reload and remove
https://git.kernel.org/netdev/net/c/8f0d1451ecf7
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-09 5:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 3:02 [pull request][net 00/10] mlx5 fixes 2023-02-07 Saeed Mahameed
2023-02-08 3:02 ` [net 01/10] net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change Saeed Mahameed
2023-02-09 5:00 ` patchwork-bot+netdevbpf [this message]
2023-02-08 3:02 ` [net 02/10] net/mlx5: DR, Fix potential race in dr_rule_create_rule_nic Saeed Mahameed
2023-02-08 3:02 ` [net 03/10] net/mlx5: Bridge, fix ageing of peer FDB entries Saeed Mahameed
2023-02-08 3:02 ` [net 04/10] net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode Saeed Mahameed
2023-02-08 3:02 ` [net 05/10] net/mlx5e: IPoIB, Show unknown speed instead of error Saeed Mahameed
2023-02-08 3:02 ` [net 06/10] net/mlx5: Store page counters in a single array Saeed Mahameed
2023-02-08 3:02 ` [net 07/10] net/mlx5: Expose SF firmware pages counter Saeed Mahameed
2023-02-08 3:03 ` [net 08/10] net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers Saeed Mahameed
2023-02-08 3:03 ` [net 09/10] net/mlx5: fw_tracer, Zero consumer index when reloading the tracer Saeed Mahameed
2023-02-08 3:03 ` [net 10/10] net/mlx5: Serialize module cleanup with reload and remove Saeed Mahameed
2023-02-08 12:40 ` [pull request][net 00/10] mlx5 fixes 2023-02-07 Vadim Fedorenko
[not found] ` <DM5PR12MB134054EC92BC13E36B6C5711B3D89@DM5PR12MB1340.namprd12.prod.outlook.com>
2023-02-08 21:16 ` Rahul Rameshbabu
2023-02-08 21:36 ` Vadim Fedorenko
2023-02-08 23:52 ` Rahul Rameshbabu
2023-02-09 1:10 ` Vadim Fedorenko
2023-02-15 3:19 ` Rahul Rameshbabu
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=167591881937.30038.5955044803507018084.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=afaris@nvidia.com \
--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).