DPDK  19.08.2
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 
33 int
34 rte_pmd_dpaa_set_tx_loopback(uint8_t port, uint8_t on);
35 
36 #endif /* _PMD_DPAA_H_ */
int rte_pmd_dpaa_set_tx_loopback(uint8_t port, uint8_t on)