DPDK  24.03.0
Data Fields
rte_swx_port_in_ops Struct Reference

#include <rte_swx_port.h>

Data Fields

rte_swx_port_in_create_t create
 
rte_swx_port_in_free_t free
 
rte_swx_port_in_pkt_rx_t pkt_rx
 
rte_swx_port_in_stats_read_t stats_read
 

Detailed Description

Input port operations.

Definition at line 100 of file rte_swx_port.h.

Field Documentation

◆ create

Create. Must be non-NULL.

Definition at line 102 of file rte_swx_port.h.

◆ free

Free. Must be non-NULL.

Definition at line 105 of file rte_swx_port.h.

◆ pkt_rx

Packet reception. Must be non-NULL.

Definition at line 108 of file rte_swx_port.h.

◆ stats_read

Statistics counters read. Must be non-NULL.

Definition at line 111 of file rte_swx_port.h.


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