DPDK  20.11.10
Data Fields
rte_table_action_common_config Struct Reference

#include <rte_table_action.h>

Data Fields

int ip_version
 
uint32_t ip_offset
 

Detailed Description

Common action configuration (per table action profile).

Definition at line 108 of file rte_table_action.h.

Field Documentation

◆ ip_version

int ip_version

Input packet Internet Protocol (IP) version. Non-zero for IPv4, zero for IPv6.

Definition at line 112 of file rte_table_action.h.

◆ ip_offset

uint32_t ip_offset

IP header offset within the input packet buffer. Offset 0 points to the first byte of the MBUF structure.

Definition at line 117 of file rte_table_action.h.


The documentation for this struct was generated from the following file: