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_vec

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_crypto_vec(3)

Detailed Description

       Crypto IO Vector (in analogy with struct iovec) Supposed be used to pass input/output data buffers for
       crypto data-path functions.

       Definition at line 34 of file rte_crypto_sym.h.

Field Documentation

void*base
       virtual address of the data buffer

       Definition at line 36 of file rte_crypto_sym.h.

   rte_iova_tiova
       IOVA of the data buffer

       Definition at line 38 of file rte_crypto_sym.h.

   uint32_tlen
       length of the data buffer

       Definition at line 40 of file rte_crypto_sym.h.

   uint32_ttot_len
       total buffer length

       Definition at line 42 of file rte_crypto_sym.h.

Name

       rte_crypto_vec

Synopsis

       #include <rte_crypto_sym.h>

   DataFields
       void * baserte_iova_tiova
       uint32_t len
       uint32_t tot_len

See Also