From: patchwork-bot+netdevbpf@kernel•org
To: Saeed Mahameed <saeed@kernel•org>
Cc: davem@davemloft•net, kuba@kernel•org, netdev@vger•kernel.org,
tariqt@nvidia•com, leonro@nvidia•com, yang.lee@linux•alibaba.com,
abaci@linux•alibaba.com, saeedm@nvidia•com
Subject: Re: [net 01/12] net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()
Date: Thu, 10 Jun 2021 20:50:05 +0000 [thread overview]
Message-ID: <162335820567.975.7814515535905296436.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210610002155.196735-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Wed, 9 Jun 2021 17:21:44 -0700 you wrote:
> From: Yang Li <yang.lee@linux•alibaba.com>
>
> When the code execute 'if (!priv->fs.arfs->wq)', the value of err is 0.
> So, we use -ENOMEM to indicate that the function
> create_singlethread_workqueue() return NULL.
>
> Clean up smatch warning:
> drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c:373
> mlx5e_arfs_create_tables() warn: missing error code 'err'.
>
> [...]
Here is the summary with links:
- [net,01/12] net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()
https://git.kernel.org/netdev/net/c/2bf8d2ae3480
- [net,02/12] net/mlx5e: Fix use-after-free of encap entry in neigh update handler
https://git.kernel.org/netdev/net/c/fb1a3132ee1a
- [net,03/12] net/mlx5e: Remove dependency in IPsec initialization flows
https://git.kernel.org/netdev/net/c/8ad893e516a7
- [net,04/12] net/mlx5e: Fix page reclaim for dead peer hairpin
https://git.kernel.org/netdev/net/c/a3e5fd9314df
- [net,05/12] net/mlx5: Consider RoCE cap before init RDMA resources
https://git.kernel.org/netdev/net/c/c189716b2a7c
- [net,06/12] net/mlx5: DR, Don't use SW steering when RoCE is not supported
https://git.kernel.org/netdev/net/c/4aaf96ac8b45
- [net,07/12] net/mlx5e: Verify dev is present in get devlink port ndo
https://git.kernel.org/netdev/net/c/11f5ac3e05c1
- [net,08/12] net/mlx5e: Don't update netdev RQs with PTP-RQ
https://git.kernel.org/netdev/net/c/9ae8c18c5e4d
- [net,09/12] net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMP
https://git.kernel.org/netdev/net/c/a6ee6f5f1082
- [net,10/12] Revert "net/mlx5: Arm only EQs with EQEs"
https://git.kernel.org/netdev/net/c/7a545077cb67
- [net,11/12] net/mlx5e: Block offload of outer header csum for UDP tunnels
https://git.kernel.org/netdev/net/c/6d6727dddc7f
- [net,12/12] net/mlx5e: Block offload of outer header csum for GRE tunnel
https://git.kernel.org/netdev/net/c/54e1217b9048
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-06-10 20:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-10 0:21 [pull request][net 00/12] mlx5 fixes 2021-06-09 Saeed Mahameed
2021-06-10 0:21 ` [net 01/12] net/mlx5e: Fix an error code in mlx5e_arfs_create_tables() Saeed Mahameed
2021-06-10 20:50 ` patchwork-bot+netdevbpf [this message]
2021-06-10 0:21 ` [net 02/12] net/mlx5e: Fix use-after-free of encap entry in neigh update handler Saeed Mahameed
2021-06-10 0:21 ` [net 03/12] net/mlx5e: Remove dependency in IPsec initialization flows Saeed Mahameed
2021-06-10 0:21 ` [net 04/12] net/mlx5e: Fix page reclaim for dead peer hairpin Saeed Mahameed
2021-06-10 0:21 ` [net 05/12] net/mlx5: Consider RoCE cap before init RDMA resources Saeed Mahameed
2021-06-10 0:21 ` [net 06/12] net/mlx5: DR, Don't use SW steering when RoCE is not supported Saeed Mahameed
2021-06-10 0:21 ` [net 07/12] net/mlx5e: Verify dev is present in get devlink port ndo Saeed Mahameed
2021-06-10 0:21 ` [net 08/12] net/mlx5e: Don't update netdev RQs with PTP-RQ Saeed Mahameed
2021-06-10 0:21 ` [net 09/12] net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMP Saeed Mahameed
2021-06-10 0:21 ` [net 10/12] Revert "net/mlx5: Arm only EQs with EQEs" Saeed Mahameed
2021-06-10 0:21 ` [net 11/12] net/mlx5e: Block offload of outer header csum for UDP tunnels Saeed Mahameed
2021-06-10 0:21 ` [net 12/12] net/mlx5e: Block offload of outer header csum for GRE tunnel 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=162335820567.975.7814515535905296436.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=abaci@linux$(echo .)alibaba.com \
--cc=davem@davemloft$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=leonro@nvidia$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=saeed@kernel$(echo .)org \
--cc=saeedm@nvidia$(echo .)com \
--cc=tariqt@nvidia$(echo .)com \
--cc=yang.lee@linux$(echo .)alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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