public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Jiri Pirko <jiri@resnulli•us>
Cc: netdev@vger•kernel.org, kuba@kernel•org, pabeni@redhat•com,
	davem@davemloft•net, edumazet@google•com, moshe@nvidia•com,
	saeedm@nvidia•com, idosch@nvidia•com, petrm@nvidia•com
Subject: Re: [patch net-next v4 00/13] devlink: introduce selective dumps
Date: Mon, 14 Aug 2023 18:50:23 +0000	[thread overview]
Message-ID: <169203902340.5305.10179045082215999366.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230811155714.1736405-1-jiri@resnulli.us>

Hello:

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

On Fri, 11 Aug 2023 17:57:01 +0200 you wrote:
> From: Jiri Pirko <jiri@nvidia•com>
> 
> Motivation:
> 
> For SFs, one devlink instance per SF is created. There might be
> thousands of these on a single host. When a user needs to know port
> handle for specific SF, he needs to dump all devlink ports on the host
> which does not scale good.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/13] devlink: parse linecard attr in doit() callbacks
    https://git.kernel.org/netdev/net-next/c/63618463cb94
  - [net-next,v4,02/13] devlink: parse rate attrs in doit() callbacks
    https://git.kernel.org/netdev/net-next/c/41a1d4d1399a
  - [net-next,v4,03/13] devlink: introduce devlink_nl_pre_doit_port*() helper functions
    https://git.kernel.org/netdev/net-next/c/ee6d78ac28c7
  - [net-next,v4,04/13] devlink: rename doit callbacks for per-instance dump commands
    https://git.kernel.org/netdev/net-next/c/8fa995ad1f7f
  - [net-next,v4,05/13] devlink: introduce dumpit callbacks for split ops
    https://git.kernel.org/netdev/net-next/c/24c8e56d4f98
  - [net-next,v4,06/13] devlink: pass flags as an arg of dump_one() callback
    https://git.kernel.org/netdev/net-next/c/7d3c6fec6135
  - [net-next,v4,07/13] netlink: specs: devlink: add commands that do per-instance dump
    https://git.kernel.org/netdev/net-next/c/7199c86247e9
  - [net-next,v4,08/13] devlink: remove duplicate temporary netlink callback prototypes
    https://git.kernel.org/netdev/net-next/c/ddff283280ba
  - [net-next,v4,09/13] devlink: remove converted commands from small ops
    https://git.kernel.org/netdev/net-next/c/833e479d330c
  - [net-next,v4,10/13] devlink: allow user to narrow per-instance dumps by passing handle attrs
    https://git.kernel.org/netdev/net-next/c/4a1b5aa8b5c7
  - [net-next,v4,11/13] netlink: specs: devlink: extend per-instance dump commands to accept instance attributes
    https://git.kernel.org/netdev/net-next/c/34493336e7d3
  - [net-next,v4,12/13] devlink: extend health reporter dump selector by port index
    https://git.kernel.org/netdev/net-next/c/b03f13cb67a5
  - [net-next,v4,13/13] netlink: specs: devlink: extend health reporter dump attributes by port index
    https://git.kernel.org/netdev/net-next/c/0149bca17262

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



      parent reply	other threads:[~2023-08-14 18:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 15:57 [patch net-next v4 00/13] devlink: introduce selective dumps Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 01/13] devlink: parse linecard attr in doit() callbacks Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 02/13] devlink: parse rate attrs " Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 03/13] devlink: introduce devlink_nl_pre_doit_port*() helper functions Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 04/13] devlink: rename doit callbacks for per-instance dump commands Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 05/13] devlink: introduce dumpit callbacks for split ops Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 06/13] devlink: pass flags as an arg of dump_one() callback Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 07/13] netlink: specs: devlink: add commands that do per-instance dump Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 08/13] devlink: remove duplicate temporary netlink callback prototypes Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 09/13] devlink: remove converted commands from small ops Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 10/13] devlink: allow user to narrow per-instance dumps by passing handle attrs Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 11/13] netlink: specs: devlink: extend per-instance dump commands to accept instance attributes Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 12/13] devlink: extend health reporter dump selector by port index Jiri Pirko
2023-08-11 15:57 ` [patch net-next v4 13/13] netlink: specs: devlink: extend health reporter dump attributes " Jiri Pirko
2023-08-12  1:02 ` [patch net-next v4 00/13] devlink: introduce selective dumps Jakub Kicinski
2023-08-14 18: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=169203902340.5305.10179045082215999366.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=idosch@nvidia$(echo .)com \
    --cc=jiri@resnulli$(echo .)us \
    --cc=kuba@kernel$(echo .)org \
    --cc=moshe@nvidia$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=petrm@nvidia$(echo .)com \
    --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