NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
pe_task_try_submit_main.c File Reference
#include <stdlib.h>
#include <doca_error.h>
#include <doca_log.h>
Include dependency graph for pe_task_try_submit_main.c:

Go to the source code of this file.

Functions

 DOCA_LOG_REGISTER (PE_TASK_TRY_SUBMIT::MAIN)
 
doca_error_t run_pe_task_try_submit_sample (void)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( PE_TASK_TRY_SUBMIT::MAIN  )

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 43 of file pe_task_try_submit_main.c.

◆ run_pe_task_try_submit_sample()

doca_error_t run_pe_task_try_submit_sample ( void  )

Run the PE polling sample

Returns
: DOCA_SUCCESS on success and DOCA_ERROR otherwise

Definition at line 256 of file pe_task_try_submit_sample.c.