mbox series

[net-next,0/2] devlink: warn about existing entities during reload-reinit

Message ID 20231128115255.773377-1-jiri@resnulli.us (mailing list archive)
Headers show
Series devlink: warn about existing entities during reload-reinit | expand

Message

Jiri Pirko Nov. 28, 2023, 11:52 a.m. UTC
From: Jiri Pirko <jiri@nvidia.com>

Recently there has been a couple of attempts from drivers to block
devlink reload in certain situations. Turned out, the drivers do not
properly tear down ports and related netdevs during reload.

To address this, add couple of checks to be done during devlink reload
reinit action. Also, extend documentation to be more explicit.

Jiri Pirko (2):
  Documentation: devlink: extend reload-reinit description
  devlink: warn about existing entities during reload-reinit

 .../networking/devlink/devlink-reload.rst        | 13 +++++++++++--
 net/devlink/dev.c                                | 16 +++++++++++++++-
 2 files changed, 26 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 30, 2023, noon UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 28 Nov 2023 12:52:53 +0100 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> Recently there has been a couple of attempts from drivers to block
> devlink reload in certain situations. Turned out, the drivers do not
> properly tear down ports and related netdevs during reload.
> 
> To address this, add couple of checks to be done during devlink reload
> reinit action. Also, extend documentation to be more explicit.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] Documentation: devlink: extend reload-reinit description
    https://git.kernel.org/netdev/net-next/c/15d74e6588a1
  - [net-next,2/2] devlink: warn about existing entities during reload-reinit
    https://git.kernel.org/netdev/net-next/c/9b2348e2d6c9

You are awesome, thank you!