mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-21 12:53:20 -05:00
net/mlx5: Add a health error syndrome for pci data poisoned
Add new health error syndrome to indicate that pci data poisoned error has been received while fetching device ICM data. Signed-off-by: Moshe Shemesh <moshe@nvidia.com> Reviewed-by: Shay Drory <shayd@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
3b81bcbaee
commit
e0cc92fd94
@@ -365,6 +365,8 @@ static const char *hsynd_str(u8 synd)
|
||||
return "FFSER error";
|
||||
case MLX5_INITIAL_SEG_HEALTH_SYNDROME_HIGH_TEMP_ERR:
|
||||
return "High temperature";
|
||||
case MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_PCI_POISONED_ERR:
|
||||
return "ICM fetch PCI data poisoned error";
|
||||
default:
|
||||
return "unrecognized error";
|
||||
}
|
||||
|
||||
@@ -10574,6 +10574,7 @@ enum {
|
||||
MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_INV = 0xe,
|
||||
MLX5_INITIAL_SEG_HEALTH_SYNDROME_FFSER_ERR = 0xf,
|
||||
MLX5_INITIAL_SEG_HEALTH_SYNDROME_HIGH_TEMP_ERR = 0x10,
|
||||
MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_PCI_POISONED_ERR = 0x12,
|
||||
};
|
||||
|
||||
struct mlx5_ifc_initial_seg_bits {
|
||||
|
||||
Reference in New Issue
Block a user