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_crypto_param_range

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_crypto_param_range(3)

Detailed Description

       Crypto parameters range description

       Definition at line 84 of file rte_cryptodev.h.

Field Documentation

uint16_tmin
       minimum size

       Definition at line 85 of file rte_cryptodev.h.

   uint16_tmax
       maximum size

       Definition at line 86 of file rte_cryptodev.h.

   uint16_tincrement
       if a range of sizes are supported, this parameter is used to indicate increments in byte size that are
       supported between the minimum and maximum

       Definition at line 87 of file rte_cryptodev.h.

Name

       rte_crypto_param_range

Synopsis

       #include <rte_cryptodev.h>

   DataFields
       uint16_t min
       uint16_t max
       uint16_t increment

See Also