Hi @mdlayher !
I'm planning to extend this library to add support for additional devlink features like:
- devlink dpipe
- devlink sb
- devlink resource
- devlink trap
Already implemented some of them, but there's one issue, that prevents me to move forward with this.
I saw you recently submitted devlink constants definitions into golang.org/x/sys/unix.
However, some of them are still missing, for example:
DEVLINK_ATTR_RESOURCE_*
DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_*
DEVLINK_ATTR_TRAP_*
DEVLINK_ATTR_PARAM_*
DEVLINK_ATTR_INFO_*
I would be grateful if you could add them to unix package as well.
Can you please help?
Regards,
Alexander