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_item_geneve

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_flow_item_geneve(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_GENEVE.

       Matches a GENEVE header.

       Definition at line 1334 of file rte_flow.h.

Field Documentation

rte_be16_tver_opt_len_o_c_rsvd0
       Version (2b), length of the options fields (6b), OAM packet (1b), critical options present (1b), reserved
       0 (6b).

       Definition at line 1339 of file rte_flow.h.

   rte_be16_tprotocol
       Protocol type.

       Definition at line 1340 of file rte_flow.h.

   uint8_tvni[3]
       Virtual Network Identifier.

       Definition at line 1341 of file rte_flow.h.

   uint8_trsvd1
       Reserved, normally 0x00.

       Definition at line 1342 of file rte_flow.h.

Name

       rte_flow_item_geneve

Synopsis

       #include <rte_flow.h>

   DataFieldsrte_be16_tver_opt_len_o_c_rsvd0rte_be16_tprotocol
       uint8_t vni [3]
       uint8_t rsvd1

See Also