|
|
@@ -712,13 +712,10 @@ static int mlx5_cmd_check(struct mlx5_core_dev *dev, void *in, void *out)
|
|
|
uid = MLX5_GET(mbox_in, in, uid);
|
|
|
|
|
|
if (!uid && opcode != MLX5_CMD_OP_DESTROY_MKEY)
|
|
|
- mlx5_core_err(dev,
|
|
|
- "%s(0x%x) op_mod(0x%x) failed, status %s(0x%x), syndrome (0x%x)\n",
|
|
|
- mlx5_command_str(opcode),
|
|
|
- opcode, op_mod,
|
|
|
- cmd_status_str(status),
|
|
|
- status,
|
|
|
- syndrome);
|
|
|
+ mlx5_core_err_rl(dev,
|
|
|
+ "%s(0x%x) op_mod(0x%x) failed, status %s(0x%x), syndrome (0x%x)\n",
|
|
|
+ mlx5_command_str(opcode), opcode, op_mod,
|
|
|
+ cmd_status_str(status), status, syndrome);
|
|
|
else
|
|
|
mlx5_core_dbg(dev,
|
|
|
"%s(0x%x) op_mod(0x%x) failed, status %s(0x%x), syndrome (0x%x)\n",
|