Provided by: dpdk-doc_24.11.2-2_all bug

NAME

       rte_eth_event_ipsec_desc

SYNOPSIS

       #include <rte_ethdev.h>

   Data Fields
       enum rte_eth_event_ipsec_subtype subtype
       uint64_t metadata

Detailed Description

       Descriptor for RTE_ETH_EVENT_IPSEC event. Used by eth dev to send extra information of the IPsec offload
       event.

       Definition at line 4095 of file rte_ethdev.h.

Field Documentation

   enum rte_eth_event_ipsec_subtype subtype
       Type of RTE_ETH_EVENT_IPSEC_* event

       Definition at line 4097 of file rte_ethdev.h.

   uint64_t metadata
       Event specific metadata.

       For the following events, userdata registered with the rte_security_session would be returned as
       metadata,

       • RTE_ETH_EVENT_IPSEC_ESN_OVERFLOWRTE_ETH_EVENT_IPSEC_SA_TIME_EXPIRYRTE_ETH_EVENT_IPSEC_SA_BYTE_EXPIRYRTE_ETH_EVENT_IPSEC_SA_PKT_EXPIRYRTE_ETH_EVENT_IPSEC_SA_BYTE_HARD_EXPIRYRTE_ETH_EVENT_IPSEC_SA_PKT_HARD_EXPIRY

       See also
           struct rte_security_session_conf

       Definition at line 4115 of file rte_ethdev.h.

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_eth_event_ipsec_desc(3)