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:
committed by
Saeed Mahameed
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:
|
||||
|
||||
Reference in New Issue
Block a user