Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-09 | tools: ynl: regen: regenerate the if ladders | Jakub Kicinski | |
Renegate the code to combine } and else and use tmp variable to store type. Signed-off-by: Jakub Kicinski <kuba@kernel.org> | |||
2023-06-09 | tools: ynl: regen: cleanup user space header includes | Jakub Kicinski | |
Remove unnecessary includes. Signed-off-by: Jakub Kicinski <kuba@kernel.org> | |||
2023-06-08 | tools: ynl: generate code for the devlink family | Jakub Kicinski | |
Admittedly the devlink.yaml spec is fairly limitted, it only covers basic device get and info-get ops. That's sufficient to be useful (monitoring FW versions in the fleet). Plus it gives us a chance to exercise deep nesting and directional messaging in YNL. Signed-off-by: Jakub Kicinski <kuba@kernel.org> |