DPDK
21.11.8
|
#include <rte_swx_port.h>
Data Fields | |
rte_swx_port_out_create_t | create |
rte_swx_port_out_free_t | free |
rte_swx_port_out_pkt_tx_t | pkt_tx |
rte_swx_port_out_flush_t | flush |
rte_swx_port_out_stats_read_t | stats_read |
Output port operations.
Definition at line 181 of file rte_swx_port.h.
rte_swx_port_out_create_t create |
Create. Must be non-NULL.
Definition at line 183 of file rte_swx_port.h.
Free. Must be non-NULL.
Definition at line 186 of file rte_swx_port.h.
rte_swx_port_out_pkt_tx_t pkt_tx |
Packet transmission. Must be non-NULL.
Definition at line 189 of file rte_swx_port.h.
rte_swx_port_out_flush_t flush |
Flush. May be NULL.
Definition at line 192 of file rte_swx_port.h.
rte_swx_port_out_stats_read_t stats_read |
Statistics counters read. Must be non-NULL.
Definition at line 195 of file rte_swx_port.h.