DPDK
24.11.0-rc3
|
#include <rte_cryptodev.h>
Data Fields | |
uint32_t | nb_descriptors |
struct rte_mempool * | mp_session |
uint8_t | priority |
Crypto device queue pair configuration structure.
Definition at line 646 of file rte_cryptodev.h.
uint32_t nb_descriptors |
Number of descriptors per queue pair
Definition at line 647 of file rte_cryptodev.h.
struct rte_mempool* mp_session |
The mempool for creating session in sessionless mode
Definition at line 648 of file rte_cryptodev.h.
uint8_t priority |
Priority for this queue pair relative to other queue pairs.
The requested priority should in the range of [RTE_CRYPTODEV_QP_PRIORITY_HIGHEST, RTE_CRYPTODEV_QP_PRIORITY_LOWEST]. The implementation may normalize the requested priority to device supported priority value.
Definition at line 650 of file rte_cryptodev.h.