From: patchwork-bot+netdevbpf@kernel•org
To: Saeed Mahameed <saeed@kernel•org>
Cc: davem@davemloft•net, kuba@kernel•org, netdev@vger•kernel.org,
kliteyn@nvidia•com, muhammads@nvidia•com, saeedm@nvidia•com
Subject: Re: [net-next 01/15] net/mlx5: DR, Fix vport number data type to u16
Date: Fri, 01 Oct 2021 22:00:09 +0000 [thread overview]
Message-ID: <163312560931.29945.14744192927620358665.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210930232050.41779-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 30 Sep 2021 16:20:36 -0700 you wrote:
> From: Yevgeny Kliteynik <kliteyn@nvidia•com>
>
> According to the HW spec, vport number is a 16-bit value.
> Fix vport usage all over the code to u16 data type.
>
> Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia•com>
> Reviewed-by: Muhammad Sammar <muhammads@nvidia•com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia•com>
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5: DR, Fix vport number data type to u16
https://git.kernel.org/netdev/net-next/c/f9f93bd55ca6
- [net-next,02/15] net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINK
https://git.kernel.org/netdev/net-next/c/7ae8ac9a5820
- [net-next,03/15] net/mlx5: DR, Add missing query for vport 0
https://git.kernel.org/netdev/net-next/c/dd4acb2a0954
- [net-next,04/15] net/mlx5: DR, Align error messages for failure to obtain vport caps
https://git.kernel.org/netdev/net-next/c/ee1887fb7cdd
- [net-next,05/15] net/mlx5: DR, Support csum recalculation flow table on SFs
https://git.kernel.org/netdev/net-next/c/c0e90fc2ccaa
- [net-next,06/15] net/mlx5: DR, Add support for SF vports
https://git.kernel.org/netdev/net-next/c/11a45def2e19
- [net-next,07/15] net/mlx5: DR, Increase supported num of actions to 32
https://git.kernel.org/netdev/net-next/c/1ffd498901c1
- [net-next,08/15] net/mlx5: DR, Fix typo 'offeset' to 'offset'
https://git.kernel.org/netdev/net-next/c/5dde00a73048
- [net-next,09/15] net/mlx5: DR, init_next_match only if needed
https://git.kernel.org/netdev/net-next/c/515ce2ffa621
- [net-next,10/15] net/mlx5: DR, Add missing string for action type SAMPLER
https://git.kernel.org/netdev/net-next/c/98576013bf28
- [net-next,11/15] net/mlx5: Warn for devlink reload when there are VFs alive
https://git.kernel.org/netdev/net-next/c/2b0247e22097
- [net-next,12/15] net/mlx5: Tolerate failures in debug features while driver load
https://git.kernel.org/netdev/net-next/c/f62eb932d857
- [net-next,13/15] net/mlx5: Use kvcalloc() instead of kvzalloc()
https://git.kernel.org/netdev/net-next/c/806bf340e180
- [net-next,14/15] net/mlx5: Use struct_size() helper in kvzalloc()
https://git.kernel.org/netdev/net-next/c/ab9ace34158f
- [net-next,15/15] net/mlx5e: Use array_size() helper
https://git.kernel.org/netdev/net-next/c/51984c9ee01e
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-10-01 22:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-30 23:20 [pull request][net-next 00/15] mlx5 updates 2021-09-30 Saeed Mahameed
2021-09-30 23:20 ` [net-next 01/15] net/mlx5: DR, Fix vport number data type to u16 Saeed Mahameed
2021-10-01 22:00 ` patchwork-bot+netdevbpf [this message]
2021-09-30 23:20 ` [net-next 02/15] net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINK Saeed Mahameed
2021-09-30 23:20 ` [net-next 03/15] net/mlx5: DR, Add missing query for vport 0 Saeed Mahameed
2021-09-30 23:20 ` [net-next 04/15] net/mlx5: DR, Align error messages for failure to obtain vport caps Saeed Mahameed
2021-09-30 23:20 ` [net-next 05/15] net/mlx5: DR, Support csum recalculation flow table on SFs Saeed Mahameed
2021-09-30 23:20 ` [net-next 06/15] net/mlx5: DR, Add support for SF vports Saeed Mahameed
2021-09-30 23:20 ` [net-next 07/15] net/mlx5: DR, Increase supported num of actions to 32 Saeed Mahameed
2021-09-30 23:20 ` [net-next 08/15] net/mlx5: DR, Fix typo 'offeset' to 'offset' Saeed Mahameed
2021-09-30 23:20 ` [net-next 09/15] net/mlx5: DR, init_next_match only if needed Saeed Mahameed
2021-09-30 23:20 ` [net-next 10/15] net/mlx5: DR, Add missing string for action type SAMPLER Saeed Mahameed
2021-09-30 23:20 ` [net-next 11/15] net/mlx5: Warn for devlink reload when there are VFs alive Saeed Mahameed
2021-09-30 23:20 ` [net-next 12/15] net/mlx5: Tolerate failures in debug features while driver load Saeed Mahameed
2021-09-30 23:20 ` [net-next 13/15] net/mlx5: Use kvcalloc() instead of kvzalloc() Saeed Mahameed
2021-09-30 23:20 ` [net-next 14/15] net/mlx5: Use struct_size() helper in kvzalloc() Saeed Mahameed
2021-09-30 23:20 ` [net-next 15/15] net/mlx5e: Use array_size() helper 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=163312560931.29945.14744192927620358665.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=kliteyn@nvidia$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=muhammads@nvidia$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=saeed@kernel$(echo .)org \
--cc=saeedm@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