Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_flow_item_flex_field(3)	      DPDK	     rte_flow_item_flex_field(3)

NAME
     rte_flow_item_flex_field

SYNOPSIS
     #include <rte_flow.h>

   Data Fields
     enum rte_flow_item_flex_field_mode field_mode
     uint32_t field_size
     int32_t field_base
     uint32_t offset_base
     uint32_t offset_mask
     int32_t offset_shift
     uint32_t field_id:16
     uint32_t reserved:16

Detailed Description
     Warning
	 EXPERIMENTAL: this structure may change without prior notice

     Definition at line 2225 of file rte_flow.h.

Field Documentation
   enum rte_flow_item_flex_field_mode field_mode
     Defines how match field offset is calculated over the packet.

     Definition at line 2227 of file rte_flow.h.

   uint32_t field_size
     Field size in bits.

     Definition at line 2228 of file rte_flow.h.

   int32_t field_base
     Field offset in bits.

     Definition at line 2229 of file rte_flow.h.

   uint32_t offset_base
     Indirect offset field offset in bits.

     Definition at line 2230 of file rte_flow.h.

   uint32_t offset_mask
     Indirect offset field bit mask.

     Definition at line 2231 of file rte_flow.h.

   int32_t offset_shift
     Indirect offset multiply factor.

     Definition at line 2232 of file rte_flow.h.

   uint32_t field_id
     Device hint, for multiple items in flow.

     Definition at line 2233 of file rte_flow.h.

   uint32_t reserved
     Reserved field.

     Definition at line 2234 of file rte_flow.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026     rte_flow_item_flex_field(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=field_base&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help