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_swx_ipsec_burst_size

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_swx_ipsec_burst_size(3)

Detailed Description

       IPsec burst sizes.

       Definition at line 75 of file rte_swx_ipsec.h.

Field Documentation

uint32_tring_rd
       Input ring read burst size.

       Definition at line 77 of file rte_swx_ipsec.h.

   uint32_tring_wr
       Output ring write burst size.

       Definition at line 80 of file rte_swx_ipsec.h.

   uint32_tcrypto_wr
       Crypto device request queue write burst size.

       Definition at line 83 of file rte_swx_ipsec.h.

   uint32_tcrypto_rd
       Crypto device response queue read burst size.

       Definition at line 86 of file rte_swx_ipsec.h.

Name

       rte_swx_ipsec_burst_size

Synopsis

       #include <rte_swx_ipsec.h>

   DataFields
       uint32_t ring_rd
       uint32_t ring_wr
       uint32_t crypto_wr
       uint32_t crypto_rd

See Also