DPDK
16.04.0
|
#include <rte_port_ethdev.h>
Data Fields | |
uint8_t | port_id |
uint16_t | queue_id |
uint32_t | tx_burst_sz |
ethdev_writer port parameters
Definition at line 67 of file rte_port_ethdev.h.
uint8_t port_id |
uint16_t queue_id |
uint32_t tx_burst_sz |
Recommended burst size to NIC TX queue. The actual burst size can be
bigger or smaller than this value.
Definition at line 76 of file rte_port_ethdev.h.