DOKK / manpages / debian 13 / dpdk-doc / rte_gro_param.3.en
rte_gro_param(3) Library Functions Manual rte_gro_param(3)

rte_gro_param

#include <rte_gro.h>


uint64_t gro_types
uint16_t max_flow_num
uint16_t max_item_per_flow
uint16_t socket_id

Structure used to create GRO context objects or used to pass application-determined parameters to rte_gro_reassemble_burst().

Definition at line 49 of file rte_gro.h.

desired GRO types

Definition at line 50 of file rte_gro.h.

max flow number

Definition at line 52 of file rte_gro.h.

max packet number per flow

Definition at line 54 of file rte_gro.h.

socket index for allocating GRO related data structures, like reassembly tables. When use rte_gro_reassemble_burst(), applications don't need to set this value.

Definition at line 56 of file rte_gro.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK