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_restore_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_flow_restore_info(3)

Detailed Description

       Restore information structure to communicate the current packet processing state when some of the
       processing pipeline is done in hardware and should continue in software.

       Definition at line 5250 of file rte_flow.h.

Field Documentation

uint64_tflags
       Bitwise flags (RTE_FLOW_RESTORE_INFO_*) to indicate validation of other fields in struct
       rte_flow_restore_info.

       Definition at line 5255 of file rte_flow.h.

   uint32_tgroup_id
       Group ID where packed missed

       Definition at line 5256 of file rte_flow.h.

   structrte_flow_tunneltunnel
       Tunnel information.

       Definition at line 5257 of file rte_flow.h.

Name

       rte_flow_restore_info

Synopsis

       #include <rte_flow.h>

   DataFields
       uint64_t flags
       uint32_t group_id
       struct rte_flow_tunnel tunnel

See Also