mirror of https://gitee.com/openkylin/linux.git
net/mlx5: Update eqe_type_str() event names
Add missing NIC_VPORT_CHANGE event. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
3715c47bcd
commit
14160ea227
|
@ -157,6 +157,8 @@ static const char *eqe_type_str(u8 type)
|
|||
return "MLX5_EVENT_TYPE_PAGE_FAULT";
|
||||
case MLX5_EVENT_TYPE_PPS_EVENT:
|
||||
return "MLX5_EVENT_TYPE_PPS_EVENT";
|
||||
case MLX5_EVENT_TYPE_NIC_VPORT_CHANGE:
|
||||
return "MLX5_EVENT_TYPE_NIC_VPORT_CHANGE";
|
||||
case MLX5_EVENT_TYPE_FPGA_ERROR:
|
||||
return "MLX5_EVENT_TYPE_FPGA_ERROR";
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue