summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice.h
diff options
context:
space:
mode:
authorAnirudh Venkataramanan2018-10-26 19:40:54 +0200
committerJeff Kirsher2018-11-06 21:46:47 +0100
commit9ecd25c26810a61b9c3abc6c73de32dca6da96e1 (patch)
treeb88b547a9796c7e42e477f4d39470580354caf31 /drivers/net/ethernet/intel/ice/ice.h
parentice: Free VSI contexts during for unload (diff)
downloadkernel-qcow2-linux-9ecd25c26810a61b9c3abc6c73de32dca6da96e1.tar.gz
kernel-qcow2-linux-9ecd25c26810a61b9c3abc6c73de32dca6da96e1.tar.xz
kernel-qcow2-linux-9ecd25c26810a61b9c3abc6c73de32dca6da96e1.zip
ice: Remove duplicate addition of VLANs in replay path
ice_restore_vlan and active_vlans were originally put in place to reprogram VLAN filters in the replay path. This is now done as part of the much broader VSI rebuild/replay framework. So remove both ice_restore_vlan and active_vlans 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>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice.h')
-rw-r--r--drivers/net/ethernet/intel/ice/ice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice.h b/drivers/net/ethernet/intel/ice/ice.h
index e5b37fa60884..1639e955f158 100644
--- a/drivers/net/ethernet/intel/ice/ice.h
+++ b/drivers/net/ethernet/intel/ice/ice.h
@@ -191,7 +191,6 @@ struct ice_vsi {
u64 tx_linearize;
DECLARE_BITMAP(state, __ICE_STATE_NBITS);
DECLARE_BITMAP(flags, ICE_VSI_FLAG_NBITS);
- unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
unsigned int current_netdev_flags;
u32 tx_restart;
u32 tx_busy;