|
CNDP
22.08.0
|
Go to the source code of this file.
Data Structures | |
| struct | cne_node_pktdev_config |
Functions | |
| int | cne_node_eth_config (struct cne_node_pktdev_config *cfg, uint16_t cnt) |
This API allows to setup pktdev_rx and pktdev_tx nodes and its queue associations.
Definition in file node_eth_api.h.
| int cne_node_eth_config | ( | struct cne_node_pktdev_config * | cfg, |
| uint16_t | cnt | ||
| ) |
Initializes device nodes.
| cfg | Array of device configs that identifies which port's pktdev_rx and pktdev_tx nodes need to be created and queue association. |
| cnt | Size of cfg array. |