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_vxlan_gpe_hdr

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_vxlan_gpe_hdr(3)

Detailed Description

DeprecatedSeealsorte_vxlan_hdr

       VXLAN-GPE protocol header (draft-ietf-nvo3-vxlan-gpe-05). Contains the 8-bit flag, 8-bit next-protocol,
       24-bit VXLAN Network Identifier and Reserved fields (16 bits and 8 bits).

       Definition at line 114 of file rte_vxlan.h.

Field Documentation

uint8_tvx_flags
       flag (8).

       Definition at line 117 of file rte_vxlan.h.

   uint8_treserved[2]
       Reserved (16).

       Definition at line 118 of file rte_vxlan.h.

   uint8_tprotocol
       next-protocol (8).

       Definition at line 119 of file rte_vxlan.h.

   rte_be32_tvx_vni
       VNI (24) + Reserved (8).

       Definition at line 120 of file rte_vxlan.h.

   uint8_tflags
       Flags.

       Definition at line 123 of file rte_vxlan.h.

   uint8_trsvd0[2]
       Reserved.

       Definition at line 124 of file rte_vxlan.h.

   uint8_tproto
       Next protocol.

       Definition at line 125 of file rte_vxlan.h.

   uint8_tvni[3]
       VXLAN identifier.

       Definition at line 126 of file rte_vxlan.h.

   uint8_trsvd1
       Reserved.

       Definition at line 127 of file rte_vxlan.h.

Name

       rte_vxlan_gpe_hdr

Synopsis

       #include <rte_vxlan.h>

See Also