ice: Allow all VLANs in safe mode
authorBrett Creeley <brett.creeley@intel.com>
Mon, 13 Jul 2020 20:53:14 +0000 (13:53 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 29 Jul 2020 15:38:55 +0000 (08:38 -0700)
commitcd1f56f4291a1bc949bc922e862a45d8cf6b8990
treeff1f0d2aafeb06e895e9fef6b5c13d7bf04732d9
parent682dfedcee2fa9a50cb53e3b30ff1ebe1f7dd659
ice: Allow all VLANs in safe mode

Currently the PF VSI's context parameters are left in a bad state when
going into safe mode. This is causing VLAN traffic to not pass. Fix this
by configuring the PF VSI to allow all VLAN tagged traffic.

Also, remove redundant comment explaining the safe mode flow in
ice_probe().

Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_main.c