DPDK 22.11.5
|
#include <rte_swx_port.h>
Output port operations.
Definition at line 220 of file rte_swx_port.h.
rte_swx_port_out_create_t create |
Create. Must be non-NULL.
Definition at line 222 of file rte_swx_port.h.
Free. Must be non-NULL.
Definition at line 225 of file rte_swx_port.h.
rte_swx_port_out_pkt_tx_t pkt_tx |
Packet transmission. Must be non-NULL.
Definition at line 228 of file rte_swx_port.h.
rte_swx_port_out_pkt_fast_clone_tx_t pkt_fast_clone_tx |
Packet fast clone and transmission. Must be non-NULL.
Definition at line 231 of file rte_swx_port.h.
rte_swx_port_out_pkt_clone_tx_t pkt_clone_tx |
Packet clone and transmission. Must be non-NULL.
Definition at line 234 of file rte_swx_port.h.
rte_swx_port_out_flush_t flush |
Flush. May be NULL.
Definition at line 237 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 240 of file rte_swx_port.h.