Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_pmd_dpaa.h - Man Page

Synopsis

Functions

int rte_pmd_dpaa_set_tx_loopback (uint16_t port, uint8_t on)

Detailed Description

NXP dpaa PMD specific functions.

Warning

EXPERIMENTAL: this API may change, or be removed, without prior notice

Definition in file rte_pmd_dpaa.h.

Function Documentation

int rte_pmd_dpaa_set_tx_loopback (uint16_t port, uint8_t on)

Enable/Disable TX loopback

Parameters

port The port identifier of the Ethernet device.
on 1 - Enable TX loopback. 0 - Disable TX loopback.

Returns
  • (0) if successful.
  • (-ENODEV) if port invalid.
  • (-EINVAL) if bad parameter.

Author

Generated automatically by Doxygen for DPDK from the source code.

Referenced By

The man page rte_pmd_dpaa_set_tx_loopback(3) is an alias of rte_pmd_dpaa.h(3).

Version 23.11.0 DPDK