DPDK  24.03.0
Data Fields
rte_eth_event_macsec_desc Struct Reference

#include <rte_ethdev.h>

Data Fields

enum rte_eth_event_macsec_type type
 
enum rte_eth_event_macsec_subtype subtype
 
uint64_t metadata
 

Detailed Description

Descriptor for RTE_ETH_EVENT_MACSEC event. Used by ethdev to send extra information of the MACsec offload event.

Definition at line 3933 of file rte_ethdev.h.

Field Documentation

◆ type

Type of RTE_ETH_EVENT_MACSEC_* event.

Definition at line 3935 of file rte_ethdev.h.

◆ subtype

Type of RTE_ETH_SUBEVENT_MACSEC_* subevent.

Definition at line 3937 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

Definition at line 3947 of file rte_ethdev.h.


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