]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_mp.h
net/ice: fix double free ACL flow entry
[dpdk.git] / drivers / net / hns3 / hns3_mp.h
index 60ef2315db0d64801017e893cf6553a818bbbddd..e0e4aeaf6c4106f936b8c936cb70462e2a599961 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2018-2019 HiSilicon Limited.
+ * Copyright(c) 2018-2021 HiSilicon Limited.
  */
 
 #ifndef _HNS3_MP_H_
@@ -7,6 +7,9 @@
 
 void hns3_mp_req_start_rxtx(struct rte_eth_dev *dev);
 void hns3_mp_req_stop_rxtx(struct rte_eth_dev *dev);
+void hns3_mp_req_start_tx(struct rte_eth_dev *dev);
+void hns3_mp_req_stop_tx(struct rte_eth_dev *dev);
+
 int hns3_mp_init_primary(void);
 void hns3_mp_uninit_primary(void);
 int hns3_mp_init_secondary(void);