devlink: remove netlink small_ops
authorJiri Pirko <jiri@nvidia.com>
Sat, 21 Oct 2023 11:27:11 +0000 (13:27 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Oct 2023 23:16:51 +0000 (16:16 -0700)
commitcebe7306073d4afeb24886f9063417e559fa2e22
tree45893d5e213e13087222f0ad8eb3e0eee7cca942
parent15c80e7a53d28aeb7354ef6d79d0ff55452e53f1
devlink: remove netlink small_ops

All commands are now covered by generated split_ops. Remove the
small_ops entirely alongside with unified devlink netlink policy array.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20231021112711.660606-11-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/devlink/netlink.c