#include <rte_ethdev.h>
#include "common.h"
Go to the source code of this file.
|
| struct rte_eth_dev_info | dev_info = {0} |
| |
| struct rte_eth_conf | eth_conf = {0} |
| |
| struct rte_mempool * | mp |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
GPU_PACKET_PROCESSING_DEVICE |
| ) |
|
◆ init_doca_device()
| doca_error_t init_doca_device |
( |
char * |
nic_pcie_addr, |
|
|
struct doca_dev ** |
ddev, |
|
|
uint16_t * |
dpdk_port_id |
|
) |
| |
◆ open_doca_device_with_pci()
| static doca_error_t open_doca_device_with_pci |
( |
const char * |
pcie_value, |
|
|
struct doca_dev ** |
retval |
|
) |
| |
|
static |
◆ dev_info
| struct rte_eth_dev_info dev_info = {0} |
◆ eth_conf
| struct rte_eth_conf eth_conf = {0} |
◆ mp