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_config

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_cryptodev_config(3)

Detailed Description

       Crypto device configuration structure

       Definition at line 793 of file rte_cryptodev.h.

Field Documentation

intsocket_id
       Socket to allocate resources on

       Definition at line 794 of file rte_cryptodev.h.

   uint16_tnb_queue_pairs
       Number of queue pairs to configure on device

       Definition at line 795 of file rte_cryptodev.h.

   uint64_tff_disable
       Feature flags to be disabled. Only the following features are allowed to be disabled,

       • RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO

       • RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO

       • RTE_CRYTPODEV_FF_SECURITY

       Definition at line 797 of file rte_cryptodev.h.

Name

       rte_cryptodev_config

Synopsis

       #include <rte_cryptodev.h>

   DataFields
       int socket_id
       uint16_t nb_queue_pairs
       uint64_t ff_disable

See Also