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_sgl

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_crypto_sgl(3)

Detailed Description

       Crypto scatter-gather list descriptor. Consists of a pointer to an array of Crypto IO vectors with its
       size.

       Definition at line 49 of file rte_crypto_sym.h.

Field Documentation

structrte_crypto_vec*vec
       start of an array of vectors

       Definition at line 51 of file rte_crypto_sym.h.

   uint32_tnum
       size of an array of vectors

       Definition at line 53 of file rte_crypto_sym.h.

Name

       rte_crypto_sgl

Synopsis

       #include <rte_crypto_sym.h>

   DataFields
       struct rte_crypto_vec * vec
       uint32_t num

See Also