|
DPDK 25.11.0-rc1
|
Go to the source code of this file.
Functions | |
| __rte_experimental void | rte_pmd_cnxk_eventdev_wait_head (uint8_t dev, uint8_t port) |
| __rte_experimental uint8_t | rte_pmd_cnxk_eventdev_is_head (uint8_t dev, uint8_t port) |
Marvell CNXK eventdev PMD specific functions.
Definition in file rte_pmd_cnxk_eventdev.h.
| __rte_experimental void rte_pmd_cnxk_eventdev_wait_head | ( | uint8_t | dev, |
| uint8_t | port | ||
| ) |
Wait for the currently active flow context on the event port to become HEAD of the flow-chain.
| dev | Event device identifier. |
| port | Event port identifier. |
| __rte_experimental uint8_t rte_pmd_cnxk_eventdev_is_head | ( | uint8_t | dev, |
| uint8_t | port | ||
| ) |
Check if the currently active flow context on the event port is the HEAD of the flow-chain.
| dev | Event device identifier. |
| port | Event port identifier. |