DPDK  19.05.0
Data Fields
rte_table_action_lb_config Struct Reference

#include <rte_table_action.h>

Data Fields

uint32_t key_size
uint32_t key_offset
uint8_t key_mask [RTE_TABLE_ACTION_LB_KEY_SIZE_MAX]
rte_table_hash_op_hash f_hash
uint64_t seed
uint32_t out_offset

Detailed Description

Load balance action configuration (per table action profile).

Definition at line 145 of file rte_table_action.h.

Field Documentation

uint32_t key_size

Key size (number of bytes).

Definition at line 147 of file rte_table_action.h.

uint32_t key_offset

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

Definition at line 152 of file rte_table_action.h.

Key mask (key_size bytes are valid).

Definition at line 155 of file rte_table_action.h.

Hash function.

Definition at line 158 of file rte_table_action.h.

uint64_t seed

Seed value for f_hash.

Definition at line 161 of file rte_table_action.h.

uint32_t out_offset

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

Definition at line 166 of file rte_table_action.h.


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