DPDK 22.11.5
|
#include <rte_ethdev.h>
Data Fields | |
enum rte_eth_event_macsec_type | type |
enum rte_eth_event_macsec_subtype | subtype |
uint64_t | metadata |
Descriptor for RTE_ETH_EVENT_MACSEC event. Used by ethdev to send extra information of the MACsec offload event.
Definition at line 3796 of file rte_ethdev.h.
enum rte_eth_event_macsec_type type |
Type of RTE_ETH_EVENT_MACSEC_* event.
Definition at line 3798 of file rte_ethdev.h.
enum rte_eth_event_macsec_subtype subtype |
Type of RTE_ETH_SUBEVENT_MACSEC_* subevent.
Definition at line 3800 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.
Definition at line 3810 of file rte_ethdev.h.