]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_ethdev.h
net/ixgbe: fix mask bits register set error for FDIR
[dpdk.git] / drivers / net / i40e / i40e_ethdev.h
index 55c887596d21215f1b4a5a8ce404d6f11f84dbc8..11c4c76bd0432ee6610f3bd10252b58bbc1e4d3e 100644 (file)
@@ -1083,6 +1083,8 @@ struct i40e_vf_representor {
        /**< Virtual Function ID */
        struct i40e_adapter *adapter;
        /**< Private data store of assocaiated physical function */
+       struct i40e_eth_stats stats_offset;
+       /**< Zero-point of VF statistics*/
 };
 
 extern const struct rte_flow_ops i40e_flow_ops;