Searched defs:rte_gro_param (Results 1 – 1 of 1) sorted by relevance
49 struct rte_gro_param { struct50 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