DPDK  21.08.0
Data Fields
rte_port_in_ops Struct Reference

#include <rte_port.h>

Data Fields

rte_port_in_op_create f_create
 
rte_port_in_op_free f_free
 
rte_port_in_op_rx f_rx
 
rte_port_in_op_stats_read f_stats
 

Detailed Description

Input port interface defining the input port operation

Definition at line 119 of file rte_port.h.

Field Documentation

◆ f_create

Create

Definition at line 120 of file rte_port.h.

◆ f_free

Free

Definition at line 121 of file rte_port.h.

◆ f_rx

Packet RX (packet burst)

Definition at line 122 of file rte_port.h.

◆ f_stats

Stats

Definition at line 123 of file rte_port.h.


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