#include <stdlib.h>
#include <string.h>
#include <doca_argp.h>
#include <doca_dev.h>
#include <doca_log.h>
#include "dma_common.h"
Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (DMA_COPY_DPU::MAIN) |
| |
| doca_error_t | dma_copy_dpu (const char *export_desc_file_path, const char *buffer_info_file_path, const char *pcie_addr, int num_src_buf, int num_dst_buf) |
| |
| int | main (int argc, char **argv) |
| |
◆ dma_copy_dpu()
| doca_error_t dma_copy_dpu |
( |
const char * |
export_desc_file_path, |
|
|
const char * |
buffer_info_file_path, |
|
|
const char * |
pcie_addr, |
|
|
int |
num_src_buf, |
|
|
int |
num_dst_buf |
|
) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
DMA_COPY_DPU::MAIN |
| ) |
|
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |