tools: ynl-gen: render rsp_parse() helpers if cmd has only dump op
authorJiri Pirko <jiri@nvidia.com>
Sat, 21 Oct 2023 11:27:04 +0000 (13:27 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Oct 2023 23:12:46 +0000 (16:12 -0700)
commit2260d39cd01aff3b5791db25810e40fe03ae71bf
tree7017c9681e4618817b4ade2cd7ee5bec8b7e89a2
parent4e2846fd6684227c8f8129ec184fbf090279216d
tools: ynl-gen: render rsp_parse() helpers if cmd has only dump op

Due to the check in RenderInfo class constructor, type_consistent
flag is set to False to avoid rendering the same response parsing
helper for do and dump ops. However, in case there is no do, the helper
needs to be rendered for dump op. So split check to achieve that.

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-4-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/ynl-gen-c.py