NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
lcore_params Struct Reference

The parameters needed by each L-Core's main loop. More...

#include </opt/mellanox/doca/applications/psp_gateway/psp_gw_pkt_rss.h>

Collaboration diagram for lcore_params:

Data Fields

volatile boolforce_quit
 
psp_gw_app_configconfig
 
psp_pf_devpf_dev
 
PSP_GatewayFlowspsp_flows
 
PSP_GatewayImplpsp_svc
 

Detailed Description

The parameters needed by each L-Core's main loop.

Definition at line 38 of file psp_gw_pkt_rss.h.

Field Documentation

◆ config

psp_gw_app_config* lcore_params::config

Definition at line 40 of file psp_gw_pkt_rss.h.

◆ force_quit

volatile bool* lcore_params::force_quit

Definition at line 39 of file psp_gw_pkt_rss.h.

◆ pf_dev

psp_pf_dev* lcore_params::pf_dev

Definition at line 41 of file psp_gw_pkt_rss.h.

◆ psp_flows

PSP_GatewayFlows* lcore_params::psp_flows

Definition at line 42 of file psp_gw_pkt_rss.h.

◆ psp_svc

PSP_GatewayImpl* lcore_params::psp_svc

Definition at line 43 of file psp_gw_pkt_rss.h.


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