diff options
author | Nick Nunley <[email protected]> | 2020-09-17 13:13:43 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2020-12-09 08:11:54 -0800 |
commit | bcf68ea1e580df685a4a9cec4dfaf0f0f4393dbe (patch) | |
tree | d5ab5e691ef1ac3cf502e955ce7e0e46a9cf53e0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 956542cae5dc7a6e688badee721de168c8e9fbd8 (diff) |
ice: Remove vlan_ena from vsi structure
vlan_ena was introduced to track whether VLAN filters are enabled on
the device, but
1) checking for num_vlan > 1 already gives us this information, and is
currently used in this way throughout the code
2) the logic for vlan_ena is broken when multiple VLANs are active
Just remove vlan_ena and use num_vlan instead.
Signed-off-by: Nick Nunley <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions