Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_flow_item_integrity - Man Page

Synopsis

#include <rte_flow.h>

Data Fields

uint32_t level

Detailed Description

Warning

EXPERIMENTAL: this structure may change without prior notice

RTE_FLOW_ITEM_TYPE_INTEGRITY

Match on packet integrity check result.

Definition at line 1881 of file rte_flow.h.

Field Documentation

uint32_t level

Tunnel encapsulation level the item should apply to.

See also

rte_flow_action_rss

Definition at line 1885 of file rte_flow.h.

uint64_t packet_ok

The packet is valid after passing all HW checks.

Definition at line 1890 of file rte_flow.h.

uint64_t l2_ok

L2 layer is valid after passing all HW checks.

Definition at line 1892 of file rte_flow.h.

uint64_t l3_ok

L3 layer is valid after passing all HW checks.

Definition at line 1894 of file rte_flow.h.

uint64_t l4_ok

L4 layer is valid after passing all HW checks.

Definition at line 1896 of file rte_flow.h.

uint64_t l2_crc_ok

L2 layer CRC is valid.

Definition at line 1898 of file rte_flow.h.

uint64_t ipv4_csum_ok

IPv4 layer checksum is valid.

Definition at line 1900 of file rte_flow.h.

uint64_t l4_csum_ok

L4 layer checksum is valid.

Definition at line 1902 of file rte_flow.h.

uint64_t l3_len_ok

L3 length is smaller than frame length.

Definition at line 1904 of file rte_flow.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK