]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt.h
net/bnxt: support set VF QOS and MAC anti spoof
[dpdk.git] / drivers / net / bnxt / bnxt.h
index e918517ed157ef87e38d9ce6e96e1eea8378513b..c1f9095f61b20b1971e985b7c87bfa383d60ed05 100644 (file)
@@ -104,6 +104,10 @@ struct bnxt_child_vf_info {
        uint32_t                l2_rx_mask;
        uint16_t                fid;
        uint16_t                dflt_vlan;
+       uint16_t                max_tx_rate;
+       uint16_t                vlan_count;
+       uint8_t                 mac_spoof_en;
+       uint8_t                 vlan_spoof_en;
        bool                    random_mac;
 };