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, idosch@nvidia.com,
petrm@nvidia.com, jacob.e.keller@intel.com, moshe@nvidia.com,
shayd@nvidia.com, saeedm@nvidia.com, horms@kernel.org
Subject: Re: [patch net-next v2 00/12] expose devlink instances relationships
Date: Sun, 17 Sep 2023 13:30:27 +0000 [thread overview]
Message-ID: <169495742729.23476.3592672683628176390.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230913071243.930265-1-jiri@resnulli.us>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Wed, 13 Sep 2023 09:12:31 +0200 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
>
> Currently, the user can instantiate new SF using "devlink port add"
> command. That creates an E-switch representor devlink port.
>
> When user activates this SF, there is an auxiliary device created and
> probed for it which leads to SF devlink instance creation.
>
> [...]
Here is the summary with links:
- [net-next,v2,01/12] devlink: move linecard struct into linecard.c
https://git.kernel.org/netdev/net-next/c/d0b7e990f760
- [net-next,v2,02/12] net/mlx5: Disable eswitch as the first thing in mlx5_unload()
https://git.kernel.org/netdev/net-next/c/85b47dc40bbc
- [net-next,v2,03/12] net/mlx5: Lift reload limitation when SFs are present
https://git.kernel.org/netdev/net-next/c/602d61e307ac
- [net-next,v2,04/12] devlink: put netnsid to nested handle
https://git.kernel.org/netdev/net-next/c/ad99637ac92d
- [net-next,v2,05/12] devlink: move devlink_nl_put_nested_handle() into netlink.c
https://git.kernel.org/netdev/net-next/c/af1f1400af02
- [net-next,v2,06/12] devlink: extend devlink_nl_put_nested_handle() with attrtype arg
https://git.kernel.org/netdev/net-next/c/1c2197c47a93
- [net-next,v2,07/12] devlink: introduce object and nested devlink relationship infra
https://git.kernel.org/netdev/net-next/c/c137743bce02
- [net-next,v2,08/12] devlink: expose peer SF devlink instance
https://git.kernel.org/netdev/net-next/c/0b7a2721e36c
- [net-next,v2,09/12] net/mlx5: SF, Implement peer devlink set for SF representor devlink port
https://git.kernel.org/netdev/net-next/c/ac5f395685bd
- [net-next,v2,10/12] devlink: convert linecard nested devlink to new rel infrastructure
https://git.kernel.org/netdev/net-next/c/9473bc0119e7
- [net-next,v2,11/12] devlink: introduce possibility to expose info about nested devlinks
https://git.kernel.org/netdev/net-next/c/c5e1bf8a51cf
- [net-next,v2,12/12] net/mlx5e: Set en auxiliary devlink instance as nested
https://git.kernel.org/netdev/net-next/c/6c75258cc220
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:[~2023-09-17 13:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-13 7:12 [patch net-next v2 00/12] expose devlink instances relationships Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 01/12] devlink: move linecard struct into linecard.c Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 02/12] net/mlx5: Disable eswitch as the first thing in mlx5_unload() Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 03/12] net/mlx5: Lift reload limitation when SFs are present Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 04/12] devlink: put netnsid to nested handle Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 05/12] devlink: move devlink_nl_put_nested_handle() into netlink.c Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 06/12] devlink: extend devlink_nl_put_nested_handle() with attrtype arg Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 07/12] devlink: introduce object and nested devlink relationship infra Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 08/12] devlink: expose peer SF devlink instance Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 09/12] net/mlx5: SF, Implement peer devlink set for SF representor devlink port Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 10/12] devlink: convert linecard nested devlink to new rel infrastructure Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 11/12] devlink: introduce possibility to expose info about nested devlinks Jiri Pirko
2023-09-13 7:12 ` [patch net-next v2 12/12] net/mlx5e: Set en auxiliary devlink instance as nested Jiri Pirko
2023-09-14 13:57 ` [patch net-next v2 00/12] expose devlink instances relationships Simon Horman
2023-09-17 13:30 ` 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=169495742729.23476.3592672683628176390.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=idosch@nvidia.com \
--cc=jacob.e.keller@intel.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=moshe@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.com \
--cc=saeedm@nvidia.com \
--cc=shayd@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.