RE: [PATCH v1 0/2] fpga: dfl: Log and clear errors on driver init

From: Wu, Hao
Date: Wed Oct 20 2021 - 00:45:49 EST


> Subject: [PATCH v1 0/2] fpga: dfl: Log and clear errors on driver init
>
> These patches address a request to log and clear any prexisting errors on
> FPGA cards when the drivers load. Any existing errors will result in print
> statements to the kernel error log before the errors are cleared. These
> changes specifically affect the fme and port error registers.

Could you please explain more about why we need this change?
As we have user interface to log and clear errors already, is it a better choice
to let userspace log and clear them during AFU initialization?

Hao

>
> Russ Weight (2):
> fpga: dfl: afu: Clear port errors in afu init
> fpga: dfl: fme: Clear fme global errors at driver init
>
> drivers/fpga/dfl-afu-error.c | 26 ++++---
> drivers/fpga/dfl-fme-error.c | 128 +++++++++++++++++++++++------------
> 2 files changed, 100 insertions(+), 54 deletions(-)
>
> --
> 2.25.1