logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_cryptodev_qp_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_cryptodev_qp_conf(3)

Detailed Description

       Crypto device queue pair configuration structure.

       Definition at line 650 of file rte_cryptodev.h.

Field Documentation

uint32_tnb_descriptors
       Number of descriptors per queue pair

       Definition at line 651 of file rte_cryptodev.h.

   structrte_mempool*mp_session
       The mempool for creating session in sessionless mode

       Definition at line 652 of file rte_cryptodev.h.

   uint8_tpriority
       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 654 of file rte_cryptodev.h.

Name

       rte_cryptodev_qp_conf

Synopsis

       #include <rte_cryptodev.h>

   DataFields
       uint32_t nb_descriptors
       struct rte_mempool * mp_session
       uint8_t priority

See Also