linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Mark Bloch <mbloch@nvidia.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch, horms@kernel.org,
	saeedm@nvidia.com, gal@nvidia.com, leonro@nvidia.com,
	tariqt@nvidia.com, donald.hunter@gmail.com, jiri@resnulli.us,
	corbet@lwn.net, leon@kernel.org, chuck.lever@oracle.com,
	jlayton@kernel.org, neil@brown.name, okorniev@redhat.com,
	Dai.Ngo@oracle.com, tom@talpey.com, shuah@kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-doc@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-nfs@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5
Date: Wed, 02 Jul 2025 22:50:25 +0000	[thread overview]
Message-ID: <175149662576.890932.9074896205205825131.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250629142138.361537-1-mbloch@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sun, 29 Jun 2025 17:21:30 +0300 you wrote:
> V12:
> - Fixed YAML indentation in devlink.yaml.
> - Removed unused total variable from devlink_nl_rate_tc_bw_set().
> - Quoted shell variables in devlink.sh and split declarations to fix
>   shellcheck warnings.
> - Added missing DevlinkFamily imports in selftests to fix pylint
>   warnings.
> - Pulled changes from net-next to enable these adjustments:
>    Inclusion of DevlinkFamily in YNL test libs.
>    Introduction of nlmsg_for_each_attr_type() macro and its use in nfsd.
> 
> [...]

Here is the summary with links:
  - [net-next,v12,1/8] netlink: introduce type-checking attribute iteration for nlmsg
    https://git.kernel.org/netdev/net-next/c/42401c423896
  - [net-next,v12,2/8] devlink: Extend devlink rate API with traffic classes bandwidth management
    https://git.kernel.org/netdev/net-next/c/566e8f108fc7
  - [net-next,v12,3/8] selftest: netdevsim: Add devlink rate tc-bw test
    https://git.kernel.org/netdev/net-next/c/236156d80d5e
  - [net-next,v12,4/8] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
    https://git.kernel.org/netdev/net-next/c/71092821244a
  - [net-next,v12,5/8] net/mlx5: Add support for setting tc-bw on nodes
    https://git.kernel.org/netdev/net-next/c/96619c485fa6
  - [net-next,v12,6/8] net/mlx5: Add traffic class scheduling support for vport QoS
    https://git.kernel.org/netdev/net-next/c/97733d1e00a0
  - [net-next,v12,7/8] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw
    https://git.kernel.org/netdev/net-next/c/cf7e73770d1b
  - [net-next,v12,8/8] selftests: drv-net: Add test for devlink-rate traffic class bandwidth distribution
    https://git.kernel.org/netdev/net-next/c/23ca32e4ead4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-07-02 22:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-29 14:21 [PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5 Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 1/8] netlink: introduce type-checking attribute iteration for nlmsg Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 2/8] devlink: Extend devlink rate API with traffic classes bandwidth management Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 3/8] selftest: netdevsim: Add devlink rate tc-bw test Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 4/8] net/mlx5: Add no-op implementation for setting tc-bw on rate objects Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 5/8] net/mlx5: Add support for setting tc-bw on nodes Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 6/8] net/mlx5: Add traffic class scheduling support for vport QoS Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 7/8] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw Mark Bloch
2025-06-29 14:21 ` [PATCH net-next v12 8/8] selftests: drv-net: Add test for devlink-rate traffic class bandwidth distribution Mark Bloch
2025-07-02 22: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=175149662576.890932.9074896205205825131.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Dai.Ngo@oracle.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=chuck.lever@oracle.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=horms@kernel.org \
    --cc=jiri@resnulli.us \
    --cc=jlayton@kernel.org \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=mbloch@nvidia.com \
    --cc=neil@brown.name \
    --cc=netdev@vger.kernel.org \
    --cc=okorniev@redhat.com \
    --cc=pabeni@redhat.com \
    --cc=saeedm@nvidia.com \
    --cc=shuah@kernel.org \
    --cc=tariqt@nvidia.com \
    --cc=tom@talpey.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).