Merge branch 'tools-ynl-generate-code-for-the-devlink-family'
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Jun 2023 21:01:12 +0000 (14:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Jun 2023 21:01:12 +0000 (14:01 -0700)
commit392c108bce6e405be56c38e6ac35d5c73f5fc439
tree181da6c9a1479e29c0d4c60d0b21e4462209523c
parent449f6bc17a51e68b06cfd742898e5ff3fe6e04d7
parentfff8660b5425bb2f441d67758926df62e61a69aa
Merge branch 'tools-ynl-generate-code-for-the-devlink-family'

Jakub Kicinski says:

====================
tools: ynl: generate code for the devlink family

Another chunk of changes to support more capabilities in the YNL
code gen. Devlink brings in deep nesting and directional messages
(requests and responses have different IDs). We need a healthy
dose of codegen changes to support those (I wasn't planning to
support code gen for "directional" families initially, but
the importance of devlink and ethtool is undeniable).
====================

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