Re: [PATCH net-next v2 02/11] devlink: Add health reporter create/destroy functionality

2019-01-20 Thread Jiri Pirko
Thu, Jan 17, 2019 at 10:59:11PM CET, era...@mellanox.com wrote: >Devlink health reporter is an instance for reporting, diagnosing and >recovering from run time errors discovered by the reporters. >Define it's data structure and supported operations. >In addition, expose devlink API to create and de

[PATCH net-next v2 02/11] devlink: Add health reporter create/destroy functionality

2019-01-17 Thread Eran Ben Elisha
Devlink health reporter is an instance for reporting, diagnosing and recovering from run time errors discovered by the reporters. Define it's data structure and supported operations. In addition, expose devlink API to create and destroy a reporter. Each devlink instance will hold it's own reporters