|
NAMErte_table_action_lb_config SYNOPSIS#include <rte_table_action.h> Data Fieldsuint32_t key_size
Detailed DescriptionLoad balance action configuration (per table action profile). Definition at line 146 of file rte_table_action.h. Field Documentationuint32_t key_offsetKey offset within the input packet buffer. Offset 0 points to the first byte of the MBUF structure. Definition at line 153 of file rte_table_action.h. uint8_t key_mask[RTE_TABLE_ACTION_LB_KEY_SIZE_MAX]Key mask (key_size bytes are valid). Definition at line 156 of file rte_table_action.h. rte_table_hash_op_hash f_hashHash function. Definition at line 159 of file rte_table_action.h. uint32_t out_offsetOutput value offset within the input packet buffer. Offset 0 points to the first byte of the MBUF structure. Definition at line 167 of file rte_table_action.h. AuthorGenerated automatically by Doxygen for DPDK from the source code.
|