Message ID | cover.1631623748.git.leonro@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Delete publish of single parameter API | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 14 Sep 2021 15:58:27 +0300 you wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > Hi, > > This short series removes the single parameter publish/unpublish API > that does nothing expect mimics already existing > devlink_paramss_*publish calls. > > [...] Here is the summary with links: - [net-next,1/2] net/mlx5: Publish and unpublish all devlink parameters at once https://git.kernel.org/netdev/net-next/c/e9310aed8e6a - [net-next,2/2] devlink: Delete not-used single parameter notification APIs https://git.kernel.org/netdev/net-next/c/c2d2f9885066 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> Hi, This short series removes the single parameter publish/unpublish API that does nothing expect mimics already existing devlink_paramss_*publish calls. In near future, we will be able to delete devlink_paramss_*publish too. Thanks Leon Romanovsky (2): net/mlx5: Publish and unpublish all devlink parameters at once devlink: Delete not-used single parameter notification APIs .../net/ethernet/mellanox/mlx5/core/devlink.c | 10 +--- include/net/devlink.h | 4 -- net/core/devlink.c | 48 ------------------- 3 files changed, 2 insertions(+), 60 deletions(-)