#include <doca_dev.h>
#include <doca_urom.h>
#include <doca_pe.h>
Go to the source code of this file.
|
| doca_error_t | register_urom_common_params (void) |
| |
| doca_error_t | start_urom_service (struct doca_pe *pe, struct doca_dev *dev, uint64_t nb_workers, struct doca_urom_service **service) |
| |
| doca_error_t | start_urom_worker (struct doca_pe *pe, struct doca_urom_service *service, uint64_t worker_id, uint32_t *gid, uint64_t nb_tasks, doca_cpu_set_t *cpuset, char **env, size_t env_count, uint64_t plugins, struct doca_urom_worker **worker) |
| |
| doca_error_t | start_urom_domain (struct doca_pe *pe, struct doca_urom_domain_oob_coll *oob, uint64_t *worker_ids, struct doca_urom_worker **workers, size_t nb_workers, struct urom_domain_buffer_attrs *buffers, size_t nb_buffers, struct doca_urom_domain **domain) |
| |
◆ UROM_COMMON_H_
◆ register_urom_common_params()
◆ start_urom_domain()
◆ start_urom_service()
| doca_error_t start_urom_service |
( |
struct doca_pe * |
pe, |
|
|
struct doca_dev * |
dev, |
|
|
uint64_t |
nb_workers, |
|
|
struct doca_urom_service ** |
service |
|
) |
| |
◆ start_urom_worker()
| doca_error_t start_urom_worker |
( |
struct doca_pe * |
pe, |
|
|
struct doca_urom_service * |
service, |
|
|
uint64_t |
worker_id, |
|
|
uint32_t * |
gid, |
|
|
uint64_t |
nb_tasks, |
|
|
doca_cpu_set_t * |
cpuset, |
|
|
char ** |
env, |
|
|
size_t |
env_count, |
|
|
uint64_t |
plugins, |
|
|
struct doca_urom_worker ** |
worker |
|
) |
| |