]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_ethdev.h
net/i40e: set VF VLAN anti-spoofing from PF
[dpdk.git] / drivers / net / i40e / i40e_ethdev.h
index c9fda1508c1527bf0ca91296978faecdc8707f26..797e89209b00ec95577cf35e8653836c711e9b0a 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 */
 };