From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
nathan@kernel.org, saeedm@nvidia.com
Subject: Re: [net-next 01/14] net/mlx5: Add esw assignment back in mlx5e_tc_sample_unoffload()
Date: Mon, 01 Nov 2021 13:00:08 +0000 [thread overview]
Message-ID: <163577160894.21575.1335066901780005432.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211029205632.390403-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Fri, 29 Oct 2021 13:56:19 -0700 you wrote:
> From: Nathan Chancellor <nathan@kernel.org>
>
> Clang warns:
>
> drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.c:635:34: error: variable 'esw' is uninitialized when used here [-Werror,-Wuninitialized]
> mlx5_eswitch_del_offloaded_rule(esw, sample_flow->pre_rule, sample_flow->pre_attr);
> ^~~
> drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.c:626:26: note: initialize the variable 'esw' to silence this warning
> struct mlx5_eswitch *esw;
> ^
> = NULL
> 1 error generated.
>
> [...]
Here is the summary with links:
- [net-next,01/14] net/mlx5: Add esw assignment back in mlx5e_tc_sample_unoffload()
https://git.kernel.org/netdev/net-next/c/1aec85974ab7
- [net-next,02/14] net/mlx5: CT: Remove warning of ignore_flow_level support for VFs
https://git.kernel.org/netdev/net-next/c/ae2ee3be99a8
- [net-next,03/14] net/mlx5e: IPsec: Refactor checksum code in tx data path
https://git.kernel.org/netdev/net-next/c/428ffea0711a
- [net-next,04/14] net/mlx5: Allow skipping counter refresh on creation
https://git.kernel.org/netdev/net-next/c/504e15724893
- [net-next,05/14] net/mlx5: DR, Add check for unsupported fields in match param
https://git.kernel.org/netdev/net-next/c/941f19798a11
- [net-next,06/14] net/mlx5e: Refactor rx handler of represetor device
https://git.kernel.org/netdev/net-next/c/28e7606fa8f1
- [net-next,07/14] net/mlx5e: Use generic name for the forwarding dev pointer
https://git.kernel.org/netdev/net-next/c/189ce08ebf87
- [net-next,08/14] net/mlx5: E-Switch, Add ovs internal port mapping to metadata support
https://git.kernel.org/netdev/net-next/c/4f4edcc2b84f
- [net-next,09/14] net/mlx5e: Accept action skbedit in the tc actions list
https://git.kernel.org/netdev/net-next/c/dbac71f22954
- [net-next,10/14] net/mlx5e: Offload tc rules that redirect to ovs internal port
https://git.kernel.org/netdev/net-next/c/27484f7170ed
- [net-next,11/14] net/mlx5e: Offload internal port as encap route device
https://git.kernel.org/netdev/net-next/c/100ad4e2d758
- [net-next,12/14] net/mlx5e: Add indirect tc offload of ovs internal port
https://git.kernel.org/netdev/net-next/c/166f431ec6be
- [net-next,13/14] net/mlx5e: Term table handling of internal port rules
https://git.kernel.org/netdev/net-next/c/5e9942721749
- [net-next,14/14] net/mlx5: Support internal port as decap route device
https://git.kernel.org/netdev/net-next/c/b16eb3c81fe2
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:[~2021-11-01 13:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 20:56 [pull request][net-next 00/14] mlx5 updates 2021-10-29 Saeed Mahameed
2021-10-29 20:56 ` [net-next 01/14] net/mlx5: Add esw assignment back in mlx5e_tc_sample_unoffload() Saeed Mahameed
2021-11-01 13:00 ` patchwork-bot+netdevbpf [this message]
2021-10-29 20:56 ` [net-next 02/14] net/mlx5: CT: Remove warning of ignore_flow_level support for VFs Saeed Mahameed
2021-10-29 20:56 ` [net-next 03/14] net/mlx5e: IPsec: Refactor checksum code in tx data path Saeed Mahameed
2021-10-29 20:56 ` [net-next 04/14] net/mlx5: Allow skipping counter refresh on creation Saeed Mahameed
2021-10-29 20:56 ` [net-next 05/14] net/mlx5: DR, Add check for unsupported fields in match param Saeed Mahameed
2021-10-29 20:56 ` [net-next 06/14] net/mlx5e: Refactor rx handler of represetor device Saeed Mahameed
2021-10-29 20:56 ` [net-next 07/14] net/mlx5e: Use generic name for the forwarding dev pointer Saeed Mahameed
2021-10-29 20:56 ` [net-next 08/14] net/mlx5: E-Switch, Add ovs internal port mapping to metadata support Saeed Mahameed
2021-10-29 20:56 ` [net-next 09/14] net/mlx5e: Accept action skbedit in the tc actions list Saeed Mahameed
2021-10-29 20:56 ` [net-next 10/14] net/mlx5e: Offload tc rules that redirect to ovs internal port Saeed Mahameed
2021-10-29 20:56 ` [net-next 11/14] net/mlx5e: Offload internal port as encap route device Saeed Mahameed
2021-10-29 20:56 ` [net-next 12/14] net/mlx5e: Add indirect tc offload of ovs internal port Saeed Mahameed
2021-10-29 20:56 ` [net-next 13/14] net/mlx5e: Term table handling of internal port rules Saeed Mahameed
2021-10-29 20:56 ` [net-next 14/14] net/mlx5: Support internal port as decap route device 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=163577160894.21575.1335066901780005432.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=nathan@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=saeed@kernel.org \
--cc=saeedm@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.