DPDK 22.11.5
|
#include <rte_swx_port_ethdev.h>
Data Fields | |
const char * | dev_name |
uint16_t | queue_id |
uint32_t | burst_size |
Ethernet device input port (reader) creation parameters.
Definition at line 21 of file rte_swx_port_ethdev.h.
const char* dev_name |
Name of a valid and fully configured Ethernet device.
Definition at line 23 of file rte_swx_port_ethdev.h.
uint16_t queue_id |
Ethernet device receive queue ID.
Definition at line 26 of file rte_swx_port_ethdev.h.
uint32_t burst_size |
Ethernet device receive burst size.
Definition at line 29 of file rte_swx_port_ethdev.h.