GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
rte_table_action_lb_config(3) DPDK rte_table_action_lb_config(3)

rte_table_action_lb_config

#include <rte_table_action.h>


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

Load balance action configuration (per table action profile).

Definition at line 146 of file rte_table_action.h.

Key size (number of bytes).

Definition at line 148 of file rte_table_action.h.

Key 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.

Key mask (key_size bytes are valid).

Definition at line 156 of file rte_table_action.h.

rte_table_hash_op_hash f_hash

Hash function.

Definition at line 159 of file rte_table_action.h.

Seed value for f_hash.

Definition at line 162 of file rte_table_action.h.

Output 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.

Generated automatically by Doxygen for DPDK from the source code.

Tue Jun 30 2026 Version 25.11.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.