mbox series

[rasdaemon,0/2] support l3tag&l3data decoding and one fix

Message ID 1584954845-21094-1-git-send-email-tanxiaofei@huawei.com (mailing list archive)
Headers show
Series support l3tag&l3data decoding and one fix | expand

Message

Xiaofei Tan March 23, 2020, 9:14 a.m. UTC
This patch set does two things:
1.add decoding for two modules, l3tag and l3data.
2.fix the issue that non standard decoder can't work in pthread way.

t00396350 (2):
  rasdaemon: add support of l3tag and l3data in hip08 OEM format2
  rasdaemon: fix the issue that non standard decoder can't work in
    pthread way

 non-standard-hisi_hip08.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
 ras-events.c              |  8 ++------
 2 files changed, 46 insertions(+), 6 deletions(-)

Comments

Xiaofei Tan May 19, 2020, 9:01 a.m. UTC | #1
Hi Mauro
Could you please help to review this patch set. thanks.

On 2020/3/23 17:14, Xiaofei Tan wrote:
> This patch set does two things:
> 1.add decoding for two modules, l3tag and l3data.
> 2.fix the issue that non standard decoder can't work in pthread way.
> 
> t00396350 (2):
>   rasdaemon: add support of l3tag and l3data in hip08 OEM format2
>   rasdaemon: fix the issue that non standard decoder can't work in
>     pthread way
> 
>  non-standard-hisi_hip08.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
>  ras-events.c              |  8 ++------
>  2 files changed, 46 insertions(+), 6 deletions(-)
>