]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt.h
net/bnxt: create default flow rules for port reprentor
[dpdk.git] / drivers / net / bnxt / bnxt.h
index 32acced60a7bebc5e29b67ba34ce893f8eb3f646..f16bf331968e429f185eec606d145f2f11ce1e5f 100644 (file)
@@ -806,8 +806,10 @@ struct bnxt_vf_representor {
        uint16_t                fw_fid;
        uint16_t                dflt_vnic_id;
        uint16_t                svif;
-       uint16_t                tx_cfa_action;
+       uint32_t                vfr_tx_cfa_action;
        uint16_t                rx_cfa_code;
+       uint32_t                rep2vf_flow_id;
+       uint32_t                vf2rep_flow_id;
        /* Private data store of associated PF/Trusted VF */
        struct rte_eth_dev      *parent_dev;
        uint8_t                 mac_addr[RTE_ETHER_ADDR_LEN];