aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl/generated/devlink-user.c
AgeCommit message (Collapse)AuthorFilesLines
2023-06-09tools: ynl: regen: regenerate the if laddersJakub Kicinski1-36/+38
Renegate the code to combine } and else and use tmp variable to store type. Signed-off-by: Jakub Kicinski <[email protected]>
2023-06-09tools: ynl: regen: cleanup user space header includesJakub Kicinski1-3/+1
Remove unnecessary includes. Signed-off-by: Jakub Kicinski <[email protected]>
2023-06-08tools: ynl: generate code for the devlink familyJakub Kicinski1-0/+721
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 <[email protected]>