Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_cryptodev_qp_conf(3)	      DPDK		rte_cryptodev_qp_conf(3)

NAME
     rte_cryptodev_qp_conf

SYNOPSIS
     #include <rte_cryptodev.h>

   Data Fields
     uint32_t nb_descriptors
     struct rte_mempool * mp_session
     uint8_t priority

Detailed Description
     Crypto device queue pair configuration structure.

     Definition at line 661 of file rte_cryptodev.h.

Field Documentation
   uint32_t nb_descriptors
     Number of descriptors per queue pair

     Definition at line 662 of file rte_cryptodev.h.

   struct rte_mempool* mp_session
     The mempool for creating session in sessionless mode

     Definition at line 663 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_PRIOR-
     ITY_HIGHEST, RTE_CRYPTODEV_QP_PRIORITY_LOWEST]. The implementation may nor-
     malize the requested priority to device supported priority value.

     Definition at line 665 of file rte_cryptodev.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	rte_cryptodev_qp_conf(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mp_session&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help