mbuf: add namespace to offload flags
[dpdk.git] / drivers / net / hns3 / hns3_mp.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018-2021 HiSilicon Limited.
3  */
4
5 #ifndef _HNS3_MP_H_
6 #define _HNS3_MP_H_
7
8 void hns3_mp_req_start_rxtx(struct rte_eth_dev *dev);
9 void hns3_mp_req_stop_rxtx(struct rte_eth_dev *dev);
10 void hns3_mp_req_start_tx(struct rte_eth_dev *dev);
11 void hns3_mp_req_stop_tx(struct rte_eth_dev *dev);
12
13 int hns3_mp_init_primary(void);
14 void hns3_mp_uninit_primary(void);
15 int hns3_mp_init_secondary(void);
16
17 #endif /* _HNS3_MP_H_ */