]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_dcf.h
net/ice: add queue start and stop for DCF
[dpdk.git] / drivers / net / ice / ice_dcf.h
index 9470d1df78cb7fb69312ec9efb53f7e11ab649d9..68e1661c0332fa4cd84bb11a6da20c75fe5dbd31 100644 (file)
@@ -70,5 +70,6 @@ void ice_dcf_uninit_hw(struct rte_eth_dev *eth_dev, struct ice_dcf_hw *hw);
 int ice_dcf_init_rss(struct ice_dcf_hw *hw);
 int ice_dcf_configure_queues(struct ice_dcf_hw *hw);
 int ice_dcf_config_irq_map(struct ice_dcf_hw *hw);
-
+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);
 #endif /* _ICE_DCF_H_ */