Home
last modified time | relevance | path

Searched defs:rte_gro_param (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/gro/
H A Drte_gro.h49 struct rte_gro_param { struct
50 uint64_t gro_types;
52 uint16_t max_flow_num;
54 uint16_t max_item_per_flow;
78 void *rte_gro_ctx_create(const struct rte_gro_param *param); argument