mirror of https://gitee.com/openkylin/linux.git
ice: Remove unused vsi_id field
Remove unused vsi_id field from struct ice_sched_vsi_info. Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
c8b7abdd7d
commit
eb86b09491
|
@ -248,7 +248,6 @@ struct ice_sched_vsi_info {
|
|||
struct ice_sched_node *ag_node[ICE_MAX_TRAFFIC_CLASS];
|
||||
struct list_head list_entry;
|
||||
u16 max_lanq[ICE_MAX_TRAFFIC_CLASS];
|
||||
u16 vsi_id;
|
||||
};
|
||||
|
||||
/* driver defines the policy */
|
||||
|
|
Loading…
Reference in New Issue