|
DPDK
21.02.0
|
DLB PMD-specific functions. More...
#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | dlb_token_pop_mode |
Functions | |
| __rte_experimental int | rte_pmd_dlb_set_token_pop_mode (uint8_t dev_id, uint8_t port_id, enum dlb_token_pop_mode mode) |
DLB PMD-specific functions.
Definition in file rte_pmd_dlb.h.
| enum dlb_token_pop_mode |
Selects the token pop mode for an DLB port.
Definition at line 27 of file rte_pmd_dlb.h.
| __rte_experimental int rte_pmd_dlb_set_token_pop_mode | ( | uint8_t | dev_id, |
| uint8_t | port_id, | ||
| enum dlb_token_pop_mode | mode | ||
| ) |
Configure the token pop mode for an DLB port. By default, all ports use AUTO_POP. This function must be called before calling rte_event_port_setup() for the port, but after calling rte_event_dev_configure().
| dev_id | The identifier of the event device. |
| port_id | The identifier of the event port. |
| mode | The token pop mode. |
1.8.9.1