DPDK  22.07.0
Data Fields
rte_swx_port_out_ops Struct Reference

#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_pkt_fast_clone_tx_t pkt_fast_clone_tx
 
rte_swx_port_out_pkt_clone_tx_t pkt_clone_tx
 
rte_swx_port_out_flush_t flush
 
rte_swx_port_out_stats_read_t stats_read
 

Detailed Description

Output port operations.

Definition at line 214 of file rte_swx_port.h.

Field Documentation

◆ create

Create. Must be non-NULL.

Definition at line 216 of file rte_swx_port.h.

◆ free

Free. Must be non-NULL.

Definition at line 219 of file rte_swx_port.h.

◆ pkt_tx

Packet transmission. Must be non-NULL.

Definition at line 222 of file rte_swx_port.h.

◆ pkt_fast_clone_tx

Packet fast clone and transmission. Must be non-NULL.

Definition at line 225 of file rte_swx_port.h.

◆ pkt_clone_tx

Packet clone and transmission. Must be non-NULL.

Definition at line 228 of file rte_swx_port.h.

◆ flush

Flush. May be NULL.

Definition at line 231 of file rte_swx_port.h.

◆ stats_read

Statistics counters read. Must be non-NULL.

Definition at line 234 of file rte_swx_port.h.


The documentation for this struct was generated from the following file: