linux/tools/net/ynl
Jakub Kicinski 3a43ded081 tools: ynl: store ops in ordered dict to avoid random ordering
When rendering code we should walk the ops in the order in which
they are declared in the spec. This is both more intuitive and
prevents code from jumping around when hashing in the dict changes.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-01-26 16:32:41 -08:00
..
samples
ynl-gen-c.py tools: ynl: store ops in ordered dict to avoid random ordering 2023-01-26 16:32:41 -08:00
ynl-regen.sh