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_eth_event_macsec_desc

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_eth_event_macsec_desc(3)

Detailed Description

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

       Definition at line 4035 of file rte_ethdev.h.

Field Documentation

enumrte_eth_event_macsec_typetype
       Type of RTE_ETH_EVENT_MACSEC_* event.

       Definition at line 4037 of file rte_ethdev.h.

   enumrte_eth_event_macsec_subtypesubtype
       Type of RTE_ETH_SUBEVENT_MACSEC_* subevent.

       Definition at line 4039 of file rte_ethdev.h.

   uint64_tmetadata
       Event specific metadata.

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

       Seealso
           struct rte_security_session_conf

       Definition at line 4049 of file rte_ethdev.h.

Name

       rte_eth_event_macsec_desc

Synopsis

       #include <rte_ethdev.h>

   DataFields
       enum rte_eth_event_macsec_typetype
       enum rte_eth_event_macsec_subtypesubtype
       uint64_t metadata

See Also