Re: [PATCH net-next v2 07/11] devlink: Add health diagnose command

2019-01-20 Thread Jiri Pirko
Thu, Jan 17, 2019 at 10:59:16PM CET, era...@mellanox.com wrote: >Add devlink health diagnose command, in order to run a diagnose >operation over a specific reporter. > >It is expected from driver's callback for diagnose command to fill it >via the buffer descriptors API. Devlink will parse it and c

[PATCH net-next v2 07/11] devlink: Add health diagnose command

2019-01-17 Thread Eran Ben Elisha
Add devlink health diagnose command, in order to run a diagnose operation over a specific reporter. It is expected from driver's callback for diagnose command to fill it via the buffer descriptors API. Devlink will parse it and convert it to netlink nla API in order to pass it to the user. Signed