DPDK  24.03.0
Data Fields
rte_eth_event_ipsec_desc Struct Reference

#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.

Examples:
examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 3993 of file rte_ethdev.h.

Field Documentation

◆ subtype

Type of RTE_ETH_EVENT_IPSEC_* event

Examples:
examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 3995 of file rte_ethdev.h.

◆ metadata

uint64_t metadata

Event specific metadata.

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

See also
struct rte_security_session_conf
Examples:
examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 4013 of file rte_ethdev.h.


The documentation for this struct was generated from the following file: