net/i40e: set VF VLAN anti-spoofing from PF
[dpdk.git] / drivers / net / i40e / i40e_ethdev.h
index c9fda15..797e892 100644 (file)
@@ -361,6 +361,7 @@ struct i40e_vsi {
        uint16_t msix_intr; /* The MSIX interrupt binds to VSI */
        uint16_t nb_msix;   /* The max number of msix vector */
        uint8_t enabled_tc; /* The traffic class enabled */
+       uint8_t vlan_anti_spoof_on; /* The VLAN anti-spoofing enabled */
        struct i40e_bw_info bw_info; /* VSI bandwidth information */
 };