| rte_eth_hairpin_conf(3) | Library Functions Manual | rte_eth_hairpin_conf(3) |
rte_eth_hairpin_conf
#include <rte_ethdev.h>
uint32_t peer_count:16
uint32_t tx_explicit:1
uint32_t manual_bind:1
uint32_t use_locked_device_memory:1
uint32_t use_rte_memory:1
uint32_t force_memory:1
uint32_t reserved:11
Warning
A structure used to configure hairpin binding.
Definition at line 1260 of file rte_ethdev.h.
The number of peers.
Definition at line 1261 of file rte_ethdev.h.
Explicit Tx flow rule mode. One hairpin pair of queues should have the same attribute.
Definition at line 1272 of file rte_ethdev.h.
Manually bind hairpin queues. One hairpin pair of queues should have the same attribute.
Definition at line 1285 of file rte_ethdev.h.
Use locked device memory as a backing storage.
API user should check if PMD supports this configuration flag using
See also
Definition at line 1298 of file rte_ethdev.h.
Use DPDK memory as backing storage.
API user should check if PMD supports this configuration flag using
See also
Definition at line 1311 of file rte_ethdev.h.
Force usage of hairpin memory configuration.
Definition at line 1323 of file rte_ethdev.h.
Reserved bits.
Definition at line 1325 of file rte_ethdev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |