Message ID | cover.1627578998.git.leonro@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Clean devlink net namespace operations | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 29 Jul 2021 20:19:23 +0300 you wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > Changelog: > v2: > * Patch 1: Dropped cmd argument > v1: https://lore.kernel.org/lkml/cover.1627564383.git.leonro@nvidia.com > * Patch 1: > * Renamed function name > * Added bool parameter to the notifier function > * Patch 2: > * added Jiri's ROB and dropped word "RAW" from the comment" > v0: https://lore.kernel.org/lkml/cover.1627545799.git.leonro@nvidia.com > > [...] Here is the summary with links: - [net-next,v2,1/2] devlink: Break parameter notification sequence to be before/after unload/load driver https://git.kernel.org/netdev/net-next/c/05a7f4a8dff1 - [net-next,v2,2/2] devlink: Allocate devlink directly in requested net namespace https://git.kernel.org/netdev/net-next/c/26713455048e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Leon Romanovsky <leonro@nvidia.com> Changelog: v2: * Patch 1: Dropped cmd argument v1: https://lore.kernel.org/lkml/cover.1627564383.git.leonro@nvidia.com * Patch 1: * Renamed function name * Added bool parameter to the notifier function * Patch 2: * added Jiri's ROB and dropped word "RAW" from the comment" v0: https://lore.kernel.org/lkml/cover.1627545799.git.leonro@nvidia.com ----------------------------------------------------------------------------- Hi Dave, Jakub and Jiri This short series continues my work on devlink core code to make devlink reload less prone to errors and harden it from API abuse. Despite first patch being a clear fix, I would ask you to apply it to net-next anyway, because the fixed patch is anyway old and it will help us to eliminate merge conflicts that will arise for following patches or even for the second one. Thanks Leon Romanovsky (2): devlink: Break parameter notification sequence to be before/after unload/load driver devlink: Allocate devlink directly in requested net namespace drivers/net/netdevsim/dev.c | 4 +-- include/net/devlink.h | 14 ++++++++-- net/core/devlink.c | 56 ++++++++++++++++++------------------- 3 files changed, 41 insertions(+), 33 deletions(-)