public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Leon Romanovsky <leon@kernel•org>
Cc: davem@davemloft•net, kuba@kernel•org, leonro@nvidia•com,
	alexandre.belloni@bootlin•com, andrew@lunn•ch,
	aelior@marvell•com, luobin9@huawei•com, claudiu.manoil@nxp•com,
	coiby.xu@gmail•com, dchickles@marvell•com, drivers@pensando•io,
	fmanlunas@marvell•com, f.fainelli@gmail•com, gakula@marvell•com,
	gregkh@linuxfoundation•org, GR-everest-linux-l2@marvell•com,
	GR-Linux-NIC-Dev@marvell•com, hkelam@marvell•com,
	idosch@nvidia•com, intel-wired-lan@lists•osuosl.org,
	ioana.ciornei@nxp•com, jerinj@marvell•com,
	jesse.brandeburg@intel•com, jiri@nvidia•com,
	lcherian@marvell•com, linux-kernel@vger•kernel.org,
	linux-omap@vger•kernel.org, linux-staging@lists•linux.dev,
	manishc@marvell•com, michael.chan@broadcom•com,
	netdev@vger•kernel.org, oss-drivers@corigine•com,
	richardcochran@gmail•com, saeedm@nvidia•com,
	salil.mehta@huawei•com, sburla@marvell•com, snelson@pensando•io,
	simon.horman@corigine•com, sbhatta@marvell•com,
	sgoutham@marvell•com, tchornyi@marvell•com, tariqt@nvidia•com,
	anthony.l.nguyen@intel•com, UNGLinuxDriver@microchip•com,
	vkochan@marvell•com, vivien.didelot@gmail•com,
	vladimir.oltean@nxp•com, yisen.zhuang@huawei•com
Subject: Re: [PATCH net-next] devlink: Set device as early as possible
Date: Mon, 09 Aug 2021 09:30:05 +0000	[thread overview]
Message-ID: <162850140527.16932.1083737685938240617.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <6859503f7e3e6cd706bf01ef06f1cae8c0b0970b.1628449004.git.leonro@nvidia.com>

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Sun,  8 Aug 2021 21:57:43 +0300 you wrote:
> From: Leon Romanovsky <leonro@nvidia•com>
> 
> All kernel devlink implementations call to devlink_alloc() during
> initialization routine for specific device which is used later as
> a parent device for devlink_register().
> 
> Such late device assignment causes to the situation which requires us to
> call to device_register() before setting other parameters, but that call
> opens devlink to the world and makes accessible for the netlink users.
> 
> [...]

Here is the summary with links:
  - [net-next] devlink: Set device as early as possible
    https://git.kernel.org/netdev/net-next/c/919d13a7e455

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



  parent reply	other threads:[~2021-08-09  9:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-08 18:57 [PATCH net-next] devlink: Set device as early as possible Leon Romanovsky
2021-08-09  9:07 ` Jiri Pirko
2021-08-09  9:30 ` patchwork-bot+netdevbpf [this message]
2021-08-10 12:38 ` Prabhakar Kushwaha
2021-08-10 13:45   ` Leon Romanovsky

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=162850140527.16932.1083737685938240617.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=GR-Linux-NIC-Dev@marvell$(echo .)com \
    --cc=GR-everest-linux-l2@marvell$(echo .)com \
    --cc=UNGLinuxDriver@microchip$(echo .)com \
    --cc=aelior@marvell$(echo .)com \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=andrew@lunn$(echo .)ch \
    --cc=anthony.l.nguyen@intel$(echo .)com \
    --cc=claudiu.manoil@nxp$(echo .)com \
    --cc=coiby.xu@gmail$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=dchickles@marvell$(echo .)com \
    --cc=drivers@pensando$(echo .)io \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=fmanlunas@marvell$(echo .)com \
    --cc=gakula@marvell$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=hkelam@marvell$(echo .)com \
    --cc=idosch@nvidia$(echo .)com \
    --cc=intel-wired-lan@lists$(echo .)osuosl.org \
    --cc=ioana.ciornei@nxp$(echo .)com \
    --cc=jerinj@marvell$(echo .)com \
    --cc=jesse.brandeburg@intel$(echo .)com \
    --cc=jiri@nvidia$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=lcherian@marvell$(echo .)com \
    --cc=leon@kernel$(echo .)org \
    --cc=leonro@nvidia$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-omap@vger$(echo .)kernel.org \
    --cc=linux-staging@lists$(echo .)linux.dev \
    --cc=luobin9@huawei$(echo .)com \
    --cc=manishc@marvell$(echo .)com \
    --cc=michael.chan@broadcom$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=oss-drivers@corigine$(echo .)com \
    --cc=richardcochran@gmail$(echo .)com \
    --cc=saeedm@nvidia$(echo .)com \
    --cc=salil.mehta@huawei$(echo .)com \
    --cc=sbhatta@marvell$(echo .)com \
    --cc=sburla@marvell$(echo .)com \
    --cc=sgoutham@marvell$(echo .)com \
    --cc=simon.horman@corigine$(echo .)com \
    --cc=snelson@pensando$(echo .)io \
    --cc=tariqt@nvidia$(echo .)com \
    --cc=tchornyi@marvell$(echo .)com \
    --cc=vivien.didelot@gmail$(echo .)com \
    --cc=vkochan@marvell$(echo .)com \
    --cc=vladimir.oltean@nxp$(echo .)com \
    --cc=yisen.zhuang@huawei$(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