From: patchwork-bot+netdevbpf@kernel•org
To: Tariq Toukan <tariqt@nvidia•com>
Cc: davem@davemloft•net, kuba@kernel•org, pabeni@redhat•com,
edumazet@google•com, netdev@vger•kernel.org, saeedm@nvidia•com,
gal@nvidia•com, leonro@nvidia•com
Subject: Re: [PATCH net-next V2 00/11] mlx5 misc patches
Date: Thu, 04 Apr 2024 03:50:33 +0000 [thread overview]
Message-ID: <171220263300.6004.1069158143431151147.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240402133043.56322-1-tariqt@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel•org>:
On Tue, 2 Apr 2024 16:30:32 +0300 you wrote:
> Hi,
>
> This patchset includes small features and misc code enhancements for the
> mlx5 core and EN drivers.
>
> Patches 1-4 by Gal improves the mlx5e ethtool stats implementation, for
> example by using standard helpers ethtool_sprintf/puts.
>
> [...]
Here is the summary with links:
- [net-next,V2,01/11] net/mlx5e: Use ethtool_sprintf/puts() to fill priv flags strings
https://git.kernel.org/netdev/net-next/c/e2d515eb8fcd
- [net-next,V2,02/11] net/mlx5e: Use ethtool_sprintf/puts() to fill selftests strings
https://git.kernel.org/netdev/net-next/c/9ac9299d41f6
- [net-next,V2,03/11] net/mlx5e: Use ethtool_sprintf/puts() to fill stats strings
https://git.kernel.org/netdev/net-next/c/89b34322d293
- [net-next,V2,04/11] net/mlx5e: Make stats group fill_stats callbacks consistent with the API
https://git.kernel.org/netdev/net-next/c/27ea84ab35f5
- [net-next,V2,05/11] net/mlx5e: debugfs, Add reset option for command interface stats
https://git.kernel.org/netdev/net-next/c/19b85f1b37ce
- [net-next,V2,06/11] net/mlx5e: XDP, Fix an inconsistent comment
https://git.kernel.org/netdev/net-next/c/595f41608dba
- [net-next,V2,07/11] net/mlx5: Convert uintX_t to uX
https://git.kernel.org/netdev/net-next/c/30f8d23814ea
- [net-next,V2,08/11] net/mlx5e: Add support for 800Gbps link modes
https://git.kernel.org/netdev/net-next/c/8c54c89ad45a
- [net-next,V2,09/11] net/mlx5: Support matching on l4_type for ttc_table
https://git.kernel.org/netdev/net-next/c/137f3d50ad2a
- [net-next,V2,10/11] net/mlx5: Skip pages EQ creation for non-page supplier function
https://git.kernel.org/netdev/net-next/c/c788d79cfa6b
- [net-next,V2,11/11] net/mlx5: Don't call give_pages() if request 0 page
https://git.kernel.org/netdev/net-next/c/07e1bc785a91
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-04-04 3:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 13:30 [PATCH net-next V2 00/11] mlx5 misc patches Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 01/11] net/mlx5e: Use ethtool_sprintf/puts() to fill priv flags strings Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 02/11] net/mlx5e: Use ethtool_sprintf/puts() to fill selftests strings Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 03/11] net/mlx5e: Use ethtool_sprintf/puts() to fill stats strings Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 04/11] net/mlx5e: Make stats group fill_stats callbacks consistent with the API Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 05/11] net/mlx5e: debugfs, Add reset option for command interface stats Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 06/11] net/mlx5e: XDP, Fix an inconsistent comment Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 07/11] net/mlx5: Convert uintX_t to uX Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 08/11] net/mlx5e: Add support for 800Gbps link modes Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 09/11] net/mlx5: Support matching on l4_type for ttc_table Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 10/11] net/mlx5: Skip pages EQ creation for non-page supplier function Tariq Toukan
2024-04-02 13:30 ` [PATCH net-next V2 11/11] net/mlx5: Don't call give_pages() if request 0 page Tariq Toukan
2024-04-04 3:50 ` patchwork-bot+netdevbpf [this message]
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=171220263300.6004.1069158143431151147.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=gal@nvidia$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=leonro@nvidia$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--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