RE: [PATCH 1/2] common/mlx5: update log format after devx_general_cmd error

2022-11-08 Thread Gregory Etelson
Hello David, > > + if (rc || MLX5_FW_STATUS(out)) { > > + mlx5_devx_err_log(out, "read access", "NIC register", > > reg_id); > > + return MLX5_DEVX_ERR_RC(rc); > > I went back in the mailing list archive to find this change. > This patch makes the pmd spat some

Re: [PATCH 1/2] common/mlx5: update log format after devx_general_cmd error

2022-11-08 Thread David Marchand
On Wed, Jun 8, 2022 at 1:58 PM Gregory Etelson wrote: > > Application can fetch syndrome value after FW operation failure > starting from Mellanox OFED-5.6. > The patch updates log data issued after devx_general_cmd error. > > Signed-off-by: Gregory Etelson > Acked-by: Matan Azrad > --- > drive

RE: [PATCH 1/2] common/mlx5: update log format after devx_general_cmd error

2022-06-14 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Wednesday, June 8, 2022 2:58 PM > To: dev@dpdk.org; Gregory Etelson > Cc: Raslan Darawsheh ; Matan Azrad > ; Slava Ovsiienko > Subject: [PATCH 1/2] common/mlx5: update log format after > devx_general_cm

[PATCH 1/2] common/mlx5: update log format after devx_general_cmd error

2022-06-08 Thread Gregory Etelson
Application can fetch syndrome value after FW operation failure starting from Mellanox OFED-5.6. The patch updates log data issued after devx_general_cmd error. Signed-off-by: Gregory Etelson Acked-by: Matan Azrad --- drivers/common/mlx5/mlx5_devx_cmds.c | 103 --- 1 fil