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_security_ipsec_lifetime

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                  rte_security_ipsec_lifetime(3)

Detailed Description

       Configure soft and hard lifetime of an IPsec SA

       Lifetime of an IPsec SA would specify the maximum number of packets or bytes that can be processed. IPsec
       operations would start failing once any hard limit is reached.

       Soft limits can be specified to generate notification when the SA is approaching hard limits for
       lifetime. For inline operations, reaching soft expiry limit would result in raising an eth event for the
       same. For lookaside operations, this would result in a warning returned in rte_crypto_op.aux_flags.

       Definition at line 285 of file rte_security.h.

Field Documentation

uint64_tpackets_soft_limit
       Soft expiry limit in number of packets

       Definition at line 286 of file rte_security.h.

   uint64_tbytes_soft_limit
       Soft expiry limit in bytes

       Definition at line 288 of file rte_security.h.

   uint64_tpackets_hard_limit
       Hard expiry limit in number of packets

       Definition at line 290 of file rte_security.h.

   uint64_tbytes_hard_limit
       Hard expiry limit in bytes

       Definition at line 292 of file rte_security.h.

Name

       rte_security_ipsec_lifetime

Synopsis

       #include <rte_security.h>

   DataFields
       uint64_t packets_soft_limit
       uint64_t bytes_soft_limit
       uint64_t packets_hard_limit
       uint64_t bytes_hard_limit

See Also