NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
dma_copy_dpu_main.c File Reference
#include <stdlib.h>
#include <string.h>
#include <doca_argp.h>
#include <doca_dev.h>
#include <doca_log.h>
#include "dma_common.h"
Include dependency graph for dma_copy_dpu_main.c:

Go to the source code of this file.

Functions

 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)
 

Function Documentation

◆ 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 
)

Definition at line 51 of file dma_copy_dpu_main.c.