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_event_crypto_adapter_vector_limits

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2       rte_event_crypto_adapter_vector_limits(3)

Detailed Description

       A structure used to retrieve event crypto adapter vector limits.

       Definition at line 333 of file rte_event_crypto_adapter.h.

Field Documentation

uint16_tmin_sz
       Minimum vector limit configurable.

       Seealsorte_event_crypto_adapter_queue_conf::vector_sz

       Definition at line 334 of file rte_event_crypto_adapter.h.

   uint16_tmax_sz
       Maximum vector limit configurable.

       Seealsorte_event_crypto_adapter_queue_conf::vector_sz

       Definition at line 338 of file rte_event_crypto_adapter.h.

   uint8_tlog2_sz
       True if the size configured should be in log2.

       Seealsorte_event_crypto_adapter_queue_conf::vector_sz

       Definition at line 342 of file rte_event_crypto_adapter.h.

   uint64_tmin_timeout_ns
       Minimum vector timeout configurable.

       Seealsorte_event_crypto_adapter_queue_conf::vector_timeout_ns

       Definition at line 346 of file rte_event_crypto_adapter.h.

   uint64_tmax_timeout_ns
       Maximum vector timeout configurable.

       Seealsorte_event_crypto_adapter_queue_conf::vector_timeout_ns

       Definition at line 350 of file rte_event_crypto_adapter.h.

Name

       rte_event_crypto_adapter_vector_limits

Synopsis

       #include <rte_event_crypto_adapter.h>

   DataFields
       uint16_t min_sz
       uint16_t max_sz
       uint8_t log2_sz
       uint64_t min_timeout_ns
       uint64_t max_timeout_ns

See Also