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, roid@nvidia.com, vladbu@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5: Bridge, Use debug instead of warn if entry doesn't exists
Date: Mon, 14 Nov 2022 11:40:18 +0000 [thread overview]
Message-ID: <166842601832.5995.17704075534917151925.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221112102147.496378-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Sat, 12 Nov 2022 02:21:33 -0800 you wrote:
> From: Roi Dayan <roid@nvidia.com>
>
> There is no need for the warn if entry already removed.
> Use debug print like in the update flow.
> Also update the messages so user can identify if the it's
> from the update flow or remove flow.
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5: Bridge, Use debug instead of warn if entry doesn't exists
https://git.kernel.org/netdev/net-next/c/ea645f97bcec
- [net-next,02/15] net/mlx5: Fix spelling mistake "destoy" -> "destroy"
https://git.kernel.org/netdev/net-next/c/d23b928befda
- [net-next,03/15] net/mlx5: Unregister traps on driver unload flow
https://git.kernel.org/netdev/net-next/c/71b75f0e02ed
- [net-next,04/15] net/mlx5: Expose vhca_id to debugfs
https://git.kernel.org/netdev/net-next/c/dd3dd7263cde
- [net-next,05/15] net/mlx5e: remove unused list in arfs
https://git.kernel.org/netdev/net-next/c/60551e95a864
- [net-next,06/15] net/mlx5e: Use clamp operation instead of open coding it
https://git.kernel.org/netdev/net-next/c/9458108040b3
- [net-next,07/15] net/mlx5e: Support enhanced CQE compression
https://git.kernel.org/netdev/net-next/c/2c925db0a7d6
- [net-next,08/15] net/mlx5e: Move params kernel log print to probe function
https://git.kernel.org/netdev/net-next/c/38438d39a9a0
- [net-next,09/15] net/mlx5e: Add error flow when failing update_rx
https://git.kernel.org/netdev/net-next/c/e74ae1faeb71
- [net-next,10/15] net/mlx5e: TC, Remove redundant WARN_ON()
https://git.kernel.org/netdev/net-next/c/989722906166
- [net-next,11/15] net/mlx5e: kTLS, Remove unused work field
https://git.kernel.org/netdev/net-next/c/1f74399fd1ed
- [net-next,12/15] net/mlx5e: kTLS, Remove unnecessary per-callback completion
https://git.kernel.org/netdev/net-next/c/4d78a2ebbd2b
- [net-next,13/15] net/mlx5e: kTLS, Use a single async context object per a callback bulk
https://git.kernel.org/netdev/net-next/c/341361533011
- [net-next,14/15] net/mlx5e: CT, optimize pre_ct table lookup
https://git.kernel.org/netdev/net-next/c/05bb74c29d84
- [net-next,15/15] net/mlx5e: ethtool: get_link_ext_stats for PHY down events
https://git.kernel.org/netdev/net-next/c/e07c4924a77d
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-11-14 11:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 10:21 [pull request][net-next 00/15] mlx5 updates 2022-11-12 Saeed Mahameed
2022-11-12 10:21 ` [net-next 01/15] net/mlx5: Bridge, Use debug instead of warn if entry doesn't exists Saeed Mahameed
2022-11-14 11:40 ` patchwork-bot+netdevbpf [this message]
2022-11-12 10:21 ` [net-next 02/15] net/mlx5: Fix spelling mistake "destoy" -> "destroy" Saeed Mahameed
2022-11-12 10:21 ` [net-next 03/15] net/mlx5: Unregister traps on driver unload flow Saeed Mahameed
2022-11-12 10:21 ` [net-next 04/15] net/mlx5: Expose vhca_id to debugfs Saeed Mahameed
2022-11-12 10:21 ` [net-next 05/15] net/mlx5e: remove unused list in arfs Saeed Mahameed
2022-11-12 10:21 ` [net-next 06/15] net/mlx5e: Use clamp operation instead of open coding it Saeed Mahameed
2022-11-12 10:21 ` [net-next 07/15] net/mlx5e: Support enhanced CQE compression Saeed Mahameed
2022-11-12 10:21 ` [net-next 08/15] net/mlx5e: Move params kernel log print to probe function Saeed Mahameed
2022-11-12 10:21 ` [net-next 09/15] net/mlx5e: Add error flow when failing update_rx Saeed Mahameed
2022-11-12 10:21 ` [net-next 10/15] net/mlx5e: TC, Remove redundant WARN_ON() Saeed Mahameed
2022-11-12 10:21 ` [net-next 11/15] net/mlx5e: kTLS, Remove unused work field Saeed Mahameed
2022-11-12 10:21 ` [net-next 12/15] net/mlx5e: kTLS, Remove unnecessary per-callback completion Saeed Mahameed
2022-11-12 10:21 ` [net-next 13/15] net/mlx5e: kTLS, Use a single async context object per a callback bulk Saeed Mahameed
2022-11-12 10:21 ` [net-next 14/15] net/mlx5e: CT, optimize pre_ct table lookup Saeed Mahameed
2022-11-12 10:21 ` [net-next 15/15] net/mlx5e: ethtool: get_link_ext_stats for PHY down events 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=166842601832.5995.17704075534917151925.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=roid@nvidia.com \
--cc=saeed@kernel.org \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.com \
--cc=vladbu@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.