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_integrity

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_flow_item_integrity(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change without prior notice

       RTE_FLOW_ITEM_TYPE_INTEGRITY

       Match on packet integrity check result.

       Definition at line 1906 of file rte_flow.h.

Field Documentation

uint32_tlevel
       Tunnel encapsulation level the item should apply to.

       Seealsorte_flow_action_rss

       Definition at line 1910 of file rte_flow.h.

   uint64_tpacket_ok
       The packet is valid after passing all HW checks.

       Definition at line 1915 of file rte_flow.h.

   uint64_tl2_ok
       L2 layer is valid after passing all HW checks.

       Definition at line 1917 of file rte_flow.h.

   uint64_tl3_ok
       L3 layer is valid after passing all HW checks.

       Definition at line 1919 of file rte_flow.h.

   uint64_tl4_ok
       L4 layer is valid after passing all HW checks.

       Definition at line 1921 of file rte_flow.h.

   uint64_tl2_crc_ok
       L2 layer CRC is valid.

       Definition at line 1923 of file rte_flow.h.

   uint64_tipv4_csum_ok
       IPv4 layer checksum is valid.

       Definition at line 1925 of file rte_flow.h.

   uint64_tl4_csum_ok
       L4 layer checksum is valid.

       Definition at line 1927 of file rte_flow.h.

   uint64_tl3_len_ok
       L3 length is smaller than frame length.

       Definition at line 1929 of file rte_flow.h.

Name

       rte_flow_item_integrity

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t level

See Also