aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl/generated/devlink-user.h
AgeCommit message (Collapse)AuthorFilesLines
2023-06-08tools: ynl: generate code for the devlink familyJakub Kicinski1-0/+210
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]>