DPDK
20.05.0
|
#include <rte_ethdev_driver.h>
Go to the source code of this file.
Functions | |
int | rte_pmd_dpaa_set_tx_loopback (uint8_t port, uint8_t on) |
NXP dpaa PMD specific functions.
Definition in file rte_pmd_dpaa.h.
int rte_pmd_dpaa_set_tx_loopback | ( | uint8_t | port, |
uint8_t | on | ||
) |
Enable/Disable TX loopback
port | The port identifier of the Ethernet device. |
on | 1 - Enable TX loopback. 0 - Disable TX loopback. |