Merge branch 'devlink-finish-conversion-to-generated-split_ops'
authorJakub Kicinski <kuba@kernel.org>
Mon, 23 Oct 2023 23:16:52 +0000 (16:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Oct 2023 23:16:52 +0000 (16:16 -0700)
commit4fb56e3e92bcac98625ebb85bd931785e7779cec
tree40e8bc5635c1d35acf016b7776a2b5c2eb4c7729
parent70b1aca365cbbbc7c4570463306c77ed1776bc3d
parentcebe7306073d4afeb24886f9063417e559fa2e22
Merge branch 'devlink-finish-conversion-to-generated-split_ops'

Jiri Pirko says:

====================
devlink: finish conversion to generated split_ops

This patchset converts the remaining genetlink commands to generated
split_ops and removes the existing small_ops arrays entirely
alongside with shared netlink attribute policy.

Patches #1-#6 are just small preparations and small fixes on multiple
              places. Note that couple of patches contain the "Fixes"
              tag but no need to put them into -net tree.
Patch #7 is a simple rename preparation
Patch #8 is the main one in this set and adds actual definitions of cmds
         in to yaml file.
Patches #9-#10 finalize the change removing bits that are no longer in
               use.
====================

Link: https://lore.kernel.org/r/20231021112711.660606-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/generated/devlink-user.h
tools/net/ynl/lib/ynl.h
tools/net/ynl/ynl-gen-c.py