NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
worker_graph.h File Reference
#include "ucp/api/ucp.h"
#include <doca_urom.h>
Include dependency graph for worker_graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* urom_graph_loopback_finished) (doca_error_t result, union doca_data cookie, uint64_t data)
 

Functions

doca_error_t urom_graph_task_loopback (struct doca_urom_worker *worker_ctx, union doca_data cookie, uint64_t data, urom_graph_loopback_finished cb)
 
doca_error_t urom_graph_init (uint64_t plugin_id, uint64_t version)
 

Typedef Documentation

◆ urom_graph_loopback_finished

typedef void(* urom_graph_loopback_finished) (doca_error_t result, union doca_data cookie, uint64_t data)

Definition at line 44 of file worker_graph.h.

Function Documentation

◆ urom_graph_init()

doca_error_t urom_graph_init ( uint64_t  plugin_id,
uint64_t  version 
)

Definition at line 194 of file worker_graph.c.

◆ urom_graph_task_loopback()

doca_error_t urom_graph_task_loopback ( struct doca_urom_worker *  worker_ctx,
union doca_data  cookie,
uint64_t  data,
urom_graph_loopback_finished  cb 
)

Definition at line 135 of file worker_graph.c.