Merge branch 'devlink-use-spec-to-generate-split-ops'
authorJakub Kicinski <kuba@kernel.org>
Fri, 4 Aug 2023 21:03:03 +0000 (14:03 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 4 Aug 2023 21:03:04 +0000 (14:03 -0700)
commiteef9630de072a21917ef5cb17ff37e4cf274be88
tree880c80ff2e990d5ed874876c4b613ad85419c6f7
parent86b7e033d684a9d4ca20ad8e6f8b9300cf99668f
parent6e067d0cab68a64ef3488b5639a66b65e91b146d
Merge branch 'devlink-use-spec-to-generate-split-ops'

Jiri Pirko says:

====================
devlink: use spec to generate split ops

This is an outcome of the discussion in the following thread:
https://lore.kernel.org/netdev/20230720121829.566974-1-jiri@resnulli.us/
It serves as a dependency on the linked selector patchset.

There is an existing spec for devlink used for userspace part
generation. There are two commands supported there.

This patchset extends the spec so kernel split ops code could
be generated from it.
====================

Link: https://lore.kernel.org/r/20230803111340.1074067-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>