aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl/generated/netdev-user.c
AgeCommit message (Collapse)AuthorFilesLines
2023-06-09tools: ynl: regen: stop generating common notification handlersJakub Kicinski1-47/+0
Remove unused notification handlers. Signed-off-by: Jakub Kicinski <[email protected]>
2023-06-09tools: ynl: regen: regenerate the if laddersJakub Kicinski1-3/+4
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-gen: don't generate forward declarations for policies - regenJakub Kicinski1-2/+0
Renegerate code after dropping forward declarations for policies. Signed-off-by: Jakub Kicinski <[email protected]>
2023-06-06tools: ynl: support fou and netdev in CJakub Kicinski1-0/+250
Generate the code for netdev and fou families. They are simple and already supported by the code gen. Reviewed-by: Willem de Bruijn <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>