DPDK
18.05.1
|
#include <rte_pmd_dpaa2_qdma.h>
Data Fields | |
uint16_t | max_hw_queues_per_core |
uint16_t | max_vqs |
uint8_t | mode |
int | fle_pool_count |
QDMA device configuration structure
Definition at line 55 of file rte_pmd_dpaa2_qdma.h.
uint16_t max_hw_queues_per_core |
Number of maximum hw queues to allocate per core.
Definition at line 57 of file rte_pmd_dpaa2_qdma.h.
uint16_t max_vqs |
Maximum number of VQ's to be used.
Definition at line 59 of file rte_pmd_dpaa2_qdma.h.
uint8_t mode |
mode of operation - physical(h/w) or virtual
Definition at line 61 of file rte_pmd_dpaa2_qdma.h.
int fle_pool_count |
User provides this as input to the driver as a size of the FLE pool. FLE's (and corresponding source/destination descriptors) are allocated by the driver at enqueue time to store src/dest and other data and are freed at the dequeue time. This determines the maximum number of inflight jobs on the QDMA device. This should be power of 2.
Definition at line 70 of file rte_pmd_dpaa2_qdma.h.