| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
The parameters needed by each L-Core's main loop. More...
#include </opt/mellanox/doca/applications/psp_gateway/psp_gw_pkt_rss.h>

Data Fields | |
| volatile bool * | force_quit |
| psp_gw_app_config * | config |
| psp_pf_dev * | pf_dev |
| PSP_GatewayFlows * | psp_flows |
| PSP_GatewayImpl * | psp_svc |
The parameters needed by each L-Core's main loop.
Definition at line 38 of file psp_gw_pkt_rss.h.
| psp_gw_app_config* lcore_params::config |
Definition at line 40 of file psp_gw_pkt_rss.h.
| volatile bool* lcore_params::force_quit |
Definition at line 39 of file psp_gw_pkt_rss.h.
| psp_pf_dev* lcore_params::pf_dev |
Definition at line 41 of file psp_gw_pkt_rss.h.
| PSP_GatewayFlows* lcore_params::psp_flows |
Definition at line 42 of file psp_gw_pkt_rss.h.
| PSP_GatewayImpl* lcore_params::psp_svc |
Definition at line 43 of file psp_gw_pkt_rss.h.