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_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_table_action_encap_params(3)

Detailed Description

       Encap action parameters (per table rule).

       Definition at line 544 of file rte_table_action.h.

Field Documentation

enumrte_table_action_encap_typetype
       Encapsulation type.

       Definition at line 546 of file rte_table_action.h.

   structrte_table_action_encap_ether_paramsether
       Only valid when type is set to Ether.

       Definition at line 550 of file rte_table_action.h.

   structrte_table_action_encap_vlan_paramsvlan
       Only valid when type is set to VLAN.

       Definition at line 553 of file rte_table_action.h.

   structrte_table_action_encap_qinq_paramsqinq
       Only valid when type is set to QinQ.

       Definition at line 556 of file rte_table_action.h.

   structrte_table_action_encap_mpls_paramsmpls
       Only valid when type is set to MPLS.

       Definition at line 559 of file rte_table_action.h.

   structrte_table_action_encap_pppoe_paramspppoe
       Only valid when type is set to PPPoE.

       Definition at line 562 of file rte_table_action.h.

   structrte_table_action_encap_vxlan_paramsvxlan
       Only valid when type is set to VXLAN.

       Definition at line 565 of file rte_table_action.h.

   structrte_table_encap_ether_qinq_pppoeqinq_pppoe
       Only valid when type is set to QinQ_PPPoE.

       Definition at line 568 of file rte_table_action.h.

Name

       rte_table_action_encap_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       enum rte_table_action_encap_typetype

See Also