Re: [PATCH v6 net-next 06/10] qed: use devlink logic to report errors

2020-08-21 Thread Jakub Kicinski
On Thu, 20 Aug 2020 21:52:00 +0300 Igor Russkikh wrote: > Use devlink_health_report to push error indications. > We implement this in qede via callback function to make it possible > to reuse the same for other drivers sitting on top of qed in future. Acked-by: Jakub Kicinski

[PATCH v6 net-next 06/10] qed: use devlink logic to report errors

2020-08-20 Thread Igor Russkikh
Use devlink_health_report to push error indications. We implement this in qede via callback function to make it possible to reuse the same for other drivers sitting on top of qed in future. Signed-off-by: Igor Russkikh Signed-off-by: Alexander Lobakin Signed-off-by: Michal Kalderon --- drivers