| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <mpi.h>#include <doca_argp.h>#include <doca_log.h>#include "urom_common.h"
Go to the source code of this file.
Data Structures | |
| struct | urom_pp_cfg |
Macros | |
| #define | MAX_MSG_LEN 100 /* Maximum length of ping pong message*/ |
Functions | |
| DOCA_LOG_REGISTER (UROM_PING_PONG::MAIN) | |
| doca_error_t | urom_ping_pong (const char *message, const char *device, uint32_t rank, uint32_t size) |
| static doca_error_t | message_callback (void *param, void *config) |
| static doca_error_t | register_urom_pp_params (void) |
| int | main (int argc, char **argv) |
| #define MAX_MSG_LEN 100 /* Maximum length of ping pong message*/ |
Definition at line 37 of file urom_ping_pong_main.c.
| DOCA_LOG_REGISTER | ( | UROM_PING_PONG::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 115 of file urom_ping_pong_main.c.
|
static |
Definition at line 57 of file urom_ping_pong_main.c.
|
static |
Definition at line 78 of file urom_ping_pong_main.c.
| doca_error_t urom_ping_pong | ( | const char * | message, |
| const char * | device, | ||
| uint32_t | rank, | ||
| uint32_t | size | ||
| ) |
Definition at line 373 of file urom_ping_pong_sample.c.