NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
ip_frag_wt_data Struct Reference
Collaboration diagram for ip_frag_wt_data:

Data Fields

const struct ip_frag_configcfg
 
uint16_t queue_id
 
struct ip_frag_sw_counters sw_counters [IP_FRAG_PORT_NUM]
 
struct rte_eth_dev_tx_buffer * tx_buffer
 
uint64_t tx_buffer_err
 
struct rte_ip_frag_tbl * frag_tbl
 
struct rte_mempool * indirect_pool
 
struct rte_ip_frag_death_row death_row
 

Detailed Description

Definition at line 60 of file ip_frag_dp.c.

Field Documentation

◆ cfg

const struct ip_frag_config* ip_frag_wt_data::cfg

Definition at line 61 of file ip_frag_dp.c.

◆ death_row

struct rte_ip_frag_death_row ip_frag_wt_data::death_row

Definition at line 67 of file ip_frag_dp.c.

◆ frag_tbl

struct rte_ip_frag_tbl* ip_frag_wt_data::frag_tbl

Definition at line 66 of file ip_frag_dp.c.

◆ indirect_pool

struct rte_mempool* ip_frag_wt_data::indirect_pool

Definition at line 67 of file ip_frag_dp.c.

◆ queue_id

uint16_t ip_frag_wt_data::queue_id

Definition at line 62 of file ip_frag_dp.c.

◆ sw_counters

struct ip_frag_sw_counters ip_frag_wt_data::sw_counters[IP_FRAG_PORT_NUM]

Definition at line 62 of file ip_frag_dp.c.

◆ tx_buffer

struct rte_eth_dev_tx_buffer* ip_frag_wt_data::tx_buffer

Definition at line 64 of file ip_frag_dp.c.

◆ tx_buffer_err

uint64_t ip_frag_wt_data::tx_buffer_err

Definition at line 65 of file ip_frag_dp.c.


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