X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fcommon%2Fmlx5%2Flinux%2Fmlx5_nl.c;h=dc504d81a5e667d17aee626707e3e965cc3d5445;hb=420bbdae89f2;hp=2943704e5ec3bb6105014597fd449457df420565;hpb=4717a12cfaf14e4c20dc593b9e0fc5fc1b62b00f;p=dpdk.git diff --git a/drivers/common/mlx5/linux/mlx5_nl.c b/drivers/common/mlx5/linux/mlx5_nl.c index 2943704e5e..dc504d81a5 100644 --- a/drivers/common/mlx5/linux/mlx5_nl.c +++ b/drivers/common/mlx5/linux/mlx5_nl.c @@ -1145,6 +1145,8 @@ mlx5_nl_check_switch_info(bool num_vf_set, /* Legacy representors naming schema. */ switch_info->representor = !num_vf_set; break; + case MLX5_PHYS_PORT_NAME_TYPE_PFHPF: + /* Fallthrough */ case MLX5_PHYS_PORT_NAME_TYPE_PFVF: /* New representors naming schema. */ switch_info->representor = 1;