Commit 233dd7d6 authored by Parav Pandit's avatar Parav Pandit Committed by Saeed Mahameed

net/mlx5: E-Switch, move QoS specific fields to existing qos struct

Function QoS related fields are already defined in qos related struct.
min and max rate are left out to mlx5_vport_info struct.

Move them to existing qos struct.
Signed-off-by: default avatarParav Pandit <parav@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent b47e1056
...@@ -120,8 +120,6 @@ struct mlx5_vport_info { ...@@ -120,8 +120,6 @@ struct mlx5_vport_info {
u16 vlan; u16 vlan;
u64 node_guid; u64 node_guid;
int link_state; int link_state;
u32 min_rate;
u32 max_rate;
u8 qos; u8 qos;
u8 spoofchk: 1; u8 spoofchk: 1;
u8 trusted: 1; u8 trusted: 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment