#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <doca_argp.h>
#include <doca_error.h>
#include <doca_dev.h>
#include <doca_log.h>
#include <devemu_pci_common.h>
Go to the source code of this file.
|
| #define | MEM_BUF_LEN (4 * 1024) /* Mem buffer size. It's the same as Host side */ |
| |
◆ MEM_BUF_LEN
| #define MEM_BUF_LEN (4 * 1024) /* Mem buffer size. It's the same as Host side */ |
◆ devemu_pci_device_dma_dpu()
| doca_error_t devemu_pci_device_dma_dpu |
( |
const char * |
pci_address, |
|
|
const char * |
devemu_name, |
|
|
const char * |
emulated_dev_vuid, |
|
|
uint64_t |
host_dma_mem_iova, |
|
|
const char * |
write_data |
|
) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
DEVEMU_PCI_DEVICE_DMA_DPU::MAIN |
| ) |
|
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |