net/qede/base: fix to support OVLAN mode
[dpdk.git] / drivers / net / qede / base / ecore.h
index 7c642af..c8e6311 100644 (file)
@@ -536,6 +536,12 @@ enum ecore_mf_mode_bit {
        ECORE_MF_UFP_SPECIFIC,
 
        ECORE_MF_DISABLE_ARFS,
+
+       /* Use vlan for steering */
+       ECORE_MF_8021Q_TAGGING,
+
+       /* Use stag for steering */
+       ECORE_MF_8021AD_TAGGING,
 };
 
 enum ecore_ufp_mode {