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