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_flow_action_raw_decap

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_flow_action_raw_decap(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change without prior notice

       RTE_FLOW_ACTION_TYPE_RAW_DECAP

       Raw tunnel end-point decapsulation data definition.

       The data holds the headers definitions to be removed from the packet. The data must start with ETH header
       up to the tunnel item header itself. When used right before RAW_DECAP (for encapsulating L3 tunnel type
       for example MPLSoGRE) the data will just hold layer 2 header.

       size holds the number of bytes in data.

       Definition at line 3781 of file rte_flow.h.

Field Documentation

uint8_t*data
       Encapsulation data.

       Definition at line 3782 of file rte_flow.h.

   size_tsize
       Size of data and preserve.

       Definition at line 3783 of file rte_flow.h.

Name

       rte_flow_action_raw_decap

Synopsis

       #include <rte_flow.h>

   DataFields
       uint8_t * data
       size_t size

See Also