RE: [EXT] Re: [PATCH] ml/cnxk: fix updating error code and message

2023-03-16 Thread Srikanth Yalavarthi
> -Original Message- > From: Thomas Monjalon > Sent: 16 March 2023 22:32 > To: Srikanth Yalavarthi > Cc: Prince Takkar ; dev@dpdk.org; Shivah Shankar > Shankar Narayan Rao ; Anup Prabhu > ; Parijat Shukla > Subject: [EXT] Re: [PATCH] ml/cnxk: fix updatin

Re: [PATCH] ml/cnxk: fix updating error code and message

2023-03-16 Thread Thomas Monjalon
11/03/2023 12:50, Srikanth Yalavarthi: > Error code reported by applications is incorrect, as the value Which error is reported by applications? In general, errors are reported by drivers. > is not being set by error get function. For error subtype not > supported by driver, the error message rep

[PATCH] ml/cnxk: fix updating error code and message

2023-03-11 Thread Srikanth Yalavarthi
Error code reported by applications is incorrect, as the value is not being set by error get function. For error subtype not supported by driver, the error message reported is incorrect. Fixes: 57c37b852f2c ("ml/cnxk: support firmware error code query") Signed-off-by: Srikanth Yalavarthi --- dr