From: patchwork-bot+netdevbpf@kernel.org
To: Jiri Pirko <jiri@resnulli.us>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, edumazet@google.com, tariqt@nvidia.com,
moshe@nvidia.com, saeedm@nvidia.com, linux-rdma@vger.kernel.org
Subject: Re: [patch net-next v4 00/13] net: fix netdev to devlink_port linkage and expose to user
Date: Fri, 04 Nov 2022 05:00:26 +0000 [thread overview]
Message-ID: <166753802697.27738.796894733261826728.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221102160211.662752-1-jiri@resnulli.us>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 2 Nov 2022 17:01:58 +0100 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
>
> Currently, the info about linkage from netdev to the related
> devlink_port instance is done using ndo_get_devlink_port().
> This is not sufficient, as it is up to the driver to implement it and
> some of them don't do that. Also it leads to a lot of unnecessary
> boilerplate code in all the drivers.
>
> [...]
Here is the summary with links:
- [net-next,v4,01/13] net: devlink: convert devlink port type-specific pointers to union
https://git.kernel.org/netdev/net-next/c/3830c5719af6
- [net-next,v4,02/13] net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()
https://git.kernel.org/netdev/net-next/c/8573a04404dd
- [net-next,v4,03/13] net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()
https://git.kernel.org/netdev/net-next/c/45791e0d00c4
- [net-next,v4,04/13] net: devlink: take RTNL in port_fill() function only if it is not held
https://git.kernel.org/netdev/net-next/c/d41c9dbd1274
- [net-next,v4,05/13] net: devlink: track netdev with devlink_port assigned
https://git.kernel.org/netdev/net-next/c/02a68a47eade
- [net-next,v4,06/13] net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
https://git.kernel.org/netdev/net-next/c/ac73d4bf2cda
- [net-next,v4,07/13] net: devlink: remove netdev arg from devlink_port_type_eth_set()
https://git.kernel.org/netdev/net-next/c/c80965784dbf
- [net-next,v4,08/13] net: devlink: remove net namespace check from devlink_nl_port_fill()
https://git.kernel.org/netdev/net-next/c/d0f517262933
- [net-next,v4,09/13] net: devlink: store copy netdevice ifindex and ifname to allow port_fill() without RTNL held
https://git.kernel.org/netdev/net-next/c/31265c1e29eb
- [net-next,v4,10/13] net: devlink: add not cleared type warning to port unregister
https://git.kernel.org/netdev/net-next/c/e705a621c071
- [net-next,v4,11/13] net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
https://git.kernel.org/netdev/net-next/c/8eba37f7e9bc
- [net-next,v4,12/13] net: remove unused ndo_get_devlink_port
https://git.kernel.org/netdev/net-next/c/77df1db80da3
- [net-next,v4,13/13] net: expose devlink port over rtnetlink
https://git.kernel.org/netdev/net-next/c/dca56c3038c3
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:[~2022-11-04 5:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-02 16:01 [patch net-next v4 00/13] net: fix netdev to devlink_port linkage and expose to user Jiri Pirko
2022-11-02 16:01 ` [patch net-next v4 01/13] net: devlink: convert devlink port type-specific pointers to union Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 02/13] net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set() Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 03/13] net: devlink: move port_type_netdev_checks() " Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 04/13] net: devlink: take RTNL in port_fill() function only if it is not held Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 05/13] net: devlink: track netdev with devlink_port assigned Jiri Pirko
2022-11-06 9:09 ` Ido Schimmel
2022-11-07 7:40 ` Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 06/13] net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 07/13] net: devlink: remove netdev arg from devlink_port_type_eth_set() Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 08/13] net: devlink: remove net namespace check from devlink_nl_port_fill() Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 09/13] net: devlink: store copy netdevice ifindex and ifname to allow port_fill() without RTNL held Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 10/13] net: devlink: add not cleared type warning to port unregister Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 11/13] net: devlink: use devlink_port pointer instead of ndo_get_devlink_port Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 12/13] net: remove unused ndo_get_devlink_port Jiri Pirko
2022-11-02 16:02 ` [patch net-next v4 13/13] net: expose devlink port over rtnetlink Jiri Pirko
2022-11-04 5:00 ` 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=166753802697.27738.796894733261826728.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=moshe@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeedm@nvidia.com \
--cc=tariqt@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 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).