DPDK  18.05.1
rte_pmd_dpaa.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2018 NXP
3  */
4 
5 #ifndef _PMD_DPAA_H_
6 #define _PMD_DPAA_H_
7 
18 #include <rte_ethdev_driver.h>
19 
36 int __rte_experimental
37 rte_pmd_dpaa_set_tx_loopback(uint8_t port, uint8_t on);
38 
39 #endif /* _PMD_DPAA_H_ */