]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_dcf.h
net/ice/base: support eCPRI over MAC type 0 flow
[dpdk.git] / drivers / net / ice / ice_dcf.h
index e82bc77489f35793e1cf445249eafa0169eca74f..ff029963bf705ba4cb16f075449cd9f478f0cac3 100644 (file)
@@ -43,6 +43,7 @@ struct ice_dcf_hw {
 
        uint16_t num_vfs;
        uint16_t *vf_vsi_map;
+       uint16_t pf_vsi_id;
 
        struct virtchnl_version_info virtchnl_version;
        struct virtchnl_vf_resource *vf_res; /* VF resource */
@@ -75,5 +76,6 @@ int ice_dcf_switch_queue(struct ice_dcf_hw *hw, uint16_t qid, bool rx, bool on);
 int ice_dcf_disable_queues(struct ice_dcf_hw *hw);
 int ice_dcf_query_stats(struct ice_dcf_hw *hw,
                        struct virtchnl_eth_stats *pstats);
+int ice_dcf_add_del_all_mac_addr(struct ice_dcf_hw *hw, bool add);
 
 #endif /* _ICE_DCF_H_ */