DPDK  19.11.14
Data Fields
rte_port_out_ops Struct Reference

#include <rte_port.h>

Data Fields

rte_port_out_op_create f_create
 
rte_port_out_op_free f_free
 
rte_port_out_op_tx f_tx
 
rte_port_out_op_tx_bulk f_tx_bulk
 
rte_port_out_op_flush f_flush
 
rte_port_out_op_stats_read f_stats
 

Detailed Description

Output port interface defining the output port operation

Definition at line 221 of file rte_port.h.

Field Documentation

◆ f_create

Create

Definition at line 222 of file rte_port.h.

◆ f_free

Free

Definition at line 223 of file rte_port.h.

◆ f_tx

Packet TX (single packet)

Definition at line 224 of file rte_port.h.

◆ f_tx_bulk

Packet TX (packet burst)

Definition at line 225 of file rte_port.h.

◆ f_flush

Flush

Definition at line 226 of file rte_port.h.

◆ f_stats

Stats

Definition at line 227 of file rte_port.h.


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