File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
drivers/net/ethernet/intel/ice Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4128,6 +4128,9 @@ static const struct ice_virtchnl_ops ice_virtchnl_dflt_ops = {
4128
4128
.get_qos_caps = ice_vc_get_qos_caps ,
4129
4129
.cfg_q_bw = ice_vc_cfg_q_bw ,
4130
4130
.cfg_q_quanta = ice_vc_cfg_q_quanta ,
4131
+ /* If you add a new op here please make sure to add it to
4132
+ * ice_virtchnl_repr_ops as well.
4133
+ */
4131
4134
};
4132
4135
4133
4136
/**
@@ -4258,6 +4261,9 @@ static const struct ice_virtchnl_ops ice_virtchnl_repr_ops = {
4258
4261
.dis_vlan_stripping_v2_msg = ice_vc_dis_vlan_stripping_v2_msg ,
4259
4262
.ena_vlan_insertion_v2_msg = ice_vc_ena_vlan_insertion_v2_msg ,
4260
4263
.dis_vlan_insertion_v2_msg = ice_vc_dis_vlan_insertion_v2_msg ,
4264
+ .get_qos_caps = ice_vc_get_qos_caps ,
4265
+ .cfg_q_bw = ice_vc_cfg_q_bw ,
4266
+ .cfg_q_quanta = ice_vc_cfg_q_quanta ,
4261
4267
};
4262
4268
4263
4269
/**
You can’t perform that action at this time.
0 commit comments