File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1095,7 +1095,9 @@ struct mlx5_ifc_qos_cap_bits {
1095
1095
u8 log_esw_max_sched_depth [0x4 ];
1096
1096
u8 reserved_at_10 [0x10 ];
1097
1097
1098
- u8 reserved_at_20 [0xb ];
1098
+ u8 reserved_at_20 [0x9 ];
1099
+ u8 esw_cross_esw_sched [0x1 ];
1100
+ u8 reserved_at_2a [0x1 ];
1099
1101
u8 log_max_qos_nic_queue_group [0x5 ];
1100
1102
u8 reserved_at_30 [0x10 ];
1101
1103
@@ -4139,13 +4141,16 @@ struct mlx5_ifc_tsar_element_bits {
4139
4141
};
4140
4142
4141
4143
struct mlx5_ifc_vport_element_bits {
4142
- u8 reserved_at_0 [0x10 ];
4144
+ u8 reserved_at_0 [0x4 ];
4145
+ u8 eswitch_owner_vhca_id_valid [0x1 ];
4146
+ u8 eswitch_owner_vhca_id [0xb ];
4143
4147
u8 vport_number [0x10 ];
4144
4148
};
4145
4149
4146
4150
struct mlx5_ifc_vport_tc_element_bits {
4147
4151
u8 traffic_class [0x4 ];
4148
- u8 reserved_at_4 [0xc ];
4152
+ u8 eswitch_owner_vhca_id_valid [0x1 ];
4153
+ u8 eswitch_owner_vhca_id [0xb ];
4149
4154
u8 vport_number [0x10 ];
4150
4155
};
4151
4156
You can’t perform that action at this time.
0 commit comments