]> git.baikalelectronics.ru Git - kernel.git/commit
devlink: Clean not-executed param notifications
authorLeon Romanovsky <leonro@nvidia.com>
Thu, 21 Oct 2021 14:16:16 +0000 (17:16 +0300)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Oct 2021 23:15:42 +0000 (16:15 -0700)
commitf7433d0eecbe517bc441fe81fc26557e71df0598
treef963ab492ddd29a47f076a0d496a85ee99800675
parent2c338c50b2bea029e507536928d06bd1c34335a6
devlink: Clean not-executed param notifications

The parameters are registered before devlink_register() and all the
notifications are delayed. This patch removes not-possible parameters
notifications along with addition of code annotation logic.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/devlink.c