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

Data Fields

struct simple_fwd_ft_cfg cfg
 
struct simple_fwd_ft_stats stats
 
bool has_age_thread
 
pthread_t age_thread
 
volatile int stop_aging_thread
 
uint32_t fid_ctr
 
void(* simple_fwd_aging_cb )(struct simple_fwd_ft_user_ctx *ctx)
 
void(* simple_fwd_aging_hw_cb )(void)
 
struct simple_fwd_ft_bucket buckets [0]
 

Detailed Description

Definition at line 60 of file simple_fwd_ft.c.

Field Documentation

◆ age_thread

pthread_t simple_fwd_ft::age_thread

Definition at line 64 of file simple_fwd_ft.c.

◆ buckets

struct simple_fwd_ft_bucket simple_fwd_ft::buckets[0]

Definition at line 69 of file simple_fwd_ft.c.

◆ cfg

struct simple_fwd_ft_cfg simple_fwd_ft::cfg

Definition at line 56 of file simple_fwd_ft.c.

◆ fid_ctr

uint32_t simple_fwd_ft::fid_ctr

Definition at line 66 of file simple_fwd_ft.c.

◆ has_age_thread

bool simple_fwd_ft::has_age_thread

Definition at line 63 of file simple_fwd_ft.c.

◆ simple_fwd_aging_cb

void(* simple_fwd_ft::simple_fwd_aging_cb) (struct simple_fwd_ft_user_ctx *ctx)

Definition at line 67 of file simple_fwd_ft.c.

◆ simple_fwd_aging_hw_cb

void(* simple_fwd_ft::simple_fwd_aging_hw_cb) (void)

Definition at line 69 of file simple_fwd_ft.c.

◆ stats

struct simple_fwd_ft_stats simple_fwd_ft::stats

Definition at line 56 of file simple_fwd_ft.c.

◆ stop_aging_thread

volatile int simple_fwd_ft::stop_aging_thread

Definition at line 65 of file simple_fwd_ft.c.


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