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_table_action_encap_mpls_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2           rte_table_action_encap_mpls_params(3)

Detailed Description

       MPLS encap parameters.

       Definition at line 465 of file rte_table_action.h.

Field Documentation

structrte_table_action_ether_hdrether
       Ethernet header.

       Definition at line 467 of file rte_table_action.h.

   structrte_table_action_mpls_hdrmpls[RTE_TABLE_ACTION_MPLS_LABELS_MAX]
       MPLS header.

       Definition at line 470 of file rte_table_action.h.

   uint32_tmpls_count
       Number of MPLS labels in MPLS header.

       Definition at line 473 of file rte_table_action.h.

   intunicast
       Non-zero for MPLS unicast, zero for MPLS multicast.

       Definition at line 476 of file rte_table_action.h.

Name

       rte_table_action_encap_mpls_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       struct rte_table_action_ether_hdrether
       struct rte_table_action_mpls_hdrmpls [RTE_TABLE_ACTION_MPLS_LABELS_MAX]
       uint32_t mpls_count
       int unicast

See Also