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_nvgre

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_flow_item_nvgre(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_NVGRE.

       Matches a NVGRE header.

       Definition at line 1168 of file rte_flow.h.

Field Documentation

rte_be16_tc_k_s_rsvd0_ver
       Checksum (1b), undefined (1b), key bit (1b), sequence number (1b), reserved 0 (9b), version (3b).

       c_k_s_rsvd0_ver must have value 0x2000 according to RFC 7637.

       Definition at line 1175 of file rte_flow.h.

   rte_be16_tprotocol
       Protocol type (0x6558).

       Definition at line 1176 of file rte_flow.h.

   uint8_ttni[3]
       Virtual subnet ID.

       Definition at line 1177 of file rte_flow.h.

   uint8_tflow_id
       Flow ID.

       Definition at line 1178 of file rte_flow.h.

Name

       rte_flow_item_nvgre

Synopsis

       #include <rte_flow.h>

   DataFieldsrte_be16_tc_k_s_rsvd0_verrte_be16_tprotocol
       uint8_t tni [3]
       uint8_t flow_id

See Also