DPDK
22.03.0
|
#include <rte_pmd_dpaa2_qdma.h>
Data Fields | |
uint16_t | max_hw_queues_per_core |
uint16_t | max_vqs |
int | fle_queue_pool_cnt |
QDMA device configuration structure
Definition at line 72 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 74 of file rte_pmd_dpaa2_qdma.h.
uint16_t max_vqs |
Maximum number of VQ's to be used.
Definition at line 76 of file rte_pmd_dpaa2_qdma.h.
int fle_queue_pool_cnt |
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 85 of file rte_pmd_dpaa2_qdma.h.