ice: Update enum ice_flg64_bits to current specification

Currently the VLAN ice_flg64_bits are off by 1. Fix this by
setting the ICE_FLG_EVLAN_x8100 flag to 14, which also updates
ICE_FLG_EVLAN_x9100 to 15 and ICE_FLG_VLAN_x8100 to 16.

Signed-off-by: Brett Creeley <brett.creeley@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:
Brett Creeley 2019-11-06 02:05:37 -08:00 committed by Jeff Kirsher
parent 88bb432a55
commit 893869d5d0
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ enum ice_flex_rx_mdid {
/* Rx/Tx Flag64 packet flag bits */ /* Rx/Tx Flag64 packet flag bits */
enum ice_flg64_bits { enum ice_flg64_bits {
ICE_FLG_PKT_DSI = 0, ICE_FLG_PKT_DSI = 0,
ICE_FLG_EVLAN_x8100 = 15, ICE_FLG_EVLAN_x8100 = 14,
ICE_FLG_EVLAN_x9100, ICE_FLG_EVLAN_x9100,
ICE_FLG_VLAN_x8100, ICE_FLG_VLAN_x8100,
ICE_FLG_TNL_MAC = 22, ICE_FLG_TNL_MAC = 22,