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
Subject: Re: [net-next V2 01/15] net/mlx5: Use shared code for checking lag is supported
Date: Fri, 28 Jul 2023 20:50:25 +0000 [thread overview]
Message-ID: <169057742584.24995.10154359323357807978.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230727183914.69229-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Saeed Mahameed <saeedm@nvidia•com>:
On Thu, 27 Jul 2023 11:39:00 -0700 you wrote:
> From: Roi Dayan <roid@nvidia•com>
>
> Move shared function to check lag is supported to lag header file.
>
> Signed-off-by: Roi Dayan <roid@nvidia•com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia•com>
>
> [...]
Here is the summary with links:
- [net-next,V2,01/15] net/mlx5: Use shared code for checking lag is supported
https://git.kernel.org/netdev/net-next/c/02ceda65f014
- [net-next,V2,02/15] net/mlx5: Devcom, Infrastructure changes
https://git.kernel.org/netdev/net-next/c/88d162b47981
- [net-next,V2,03/15] net/mlx5e: E-Switch, Register devcom device with switch id key
https://git.kernel.org/netdev/net-next/c/1161d22ded07
- [net-next,V2,04/15] net/mlx5e: E-Switch, Allow devcom initialization on more vports
https://git.kernel.org/netdev/net-next/c/e2bb7984719b
- [net-next,V2,05/15] net/mlx5: Re-organize mlx5_cmd struct
https://git.kernel.org/netdev/net-next/c/58db72869a9f
- [net-next,V2,06/15] net/mlx5: Remove redundant cmdif revision check
https://git.kernel.org/netdev/net-next/c/0714ec9ea1f2
- [net-next,V2,07/15] net/mlx5: split mlx5_cmd_init() to probe and reload routines
https://git.kernel.org/netdev/net-next/c/06cd555f73ca
- [net-next,V2,08/15] net/mlx5: Allocate command stats with xarray
https://git.kernel.org/netdev/net-next/c/b90ebfc018b0
- [net-next,V2,09/15] net/mlx5e: Remove duplicate code for user flow
https://git.kernel.org/netdev/net-next/c/9ec85cc9c90e
- [net-next,V2,10/15] net/mlx5e: Make flow classification filters static
https://git.kernel.org/netdev/net-next/c/b9335a757232
- [net-next,V2,11/15] net/mlx5: Don't check vport->enabled in port ops
https://git.kernel.org/netdev/net-next/c/550449d8e389
- [net-next,V2,12/15] net/mlx5: Remove pointless devlink_rate checks
https://git.kernel.org/netdev/net-next/c/3e82a9cf579e
- [net-next,V2,13/15] net/mlx5: Make mlx5_esw_offloads_rep_load/unload() static
https://git.kernel.org/netdev/net-next/c/b71863876f84
- [net-next,V2,14/15] net/mlx5: Make mlx5_eswitch_load/unload_vport() static
https://git.kernel.org/netdev/net-next/c/329980d05d8c
- [net-next,V2,15/15] net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix
https://git.kernel.org/netdev/net-next/c/9eca8bb8da43
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-07-28 20:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 18:38 [pull request][net-next V2 00/15] mlx5 updates 2023-07-24 Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 01/15] net/mlx5: Use shared code for checking lag is supported Saeed Mahameed
2023-07-28 20:50 ` patchwork-bot+netdevbpf [this message]
2023-07-27 18:39 ` [net-next V2 02/15] net/mlx5: Devcom, Infrastructure changes Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 03/15] net/mlx5e: E-Switch, Register devcom device with switch id key Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 04/15] net/mlx5e: E-Switch, Allow devcom initialization on more vports Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 05/15] net/mlx5: Re-organize mlx5_cmd struct Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 06/15] net/mlx5: Remove redundant cmdif revision check Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 07/15] net/mlx5: split mlx5_cmd_init() to probe and reload routines Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 08/15] net/mlx5: Allocate command stats with xarray Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 09/15] net/mlx5e: Remove duplicate code for user flow Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 10/15] net/mlx5e: Make flow classification filters static Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 11/15] net/mlx5: Don't check vport->enabled in port ops Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 12/15] net/mlx5: Remove pointless devlink_rate checks Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 13/15] net/mlx5: Make mlx5_esw_offloads_rep_load/unload() static Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 14/15] net/mlx5: Make mlx5_eswitch_load/unload_vport() static Saeed Mahameed
2023-07-27 18:39 ` [net-next V2 15/15] net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix 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=169057742584.24995.10154359323357807978.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=roid@nvidia$(echo .)com \
--cc=saeed@kernel$(echo .)org \
--cc=saeedm@nvidia$(echo .)com \
--cc=tariqt@nvidia$(echo .)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