Home
last modified time | relevance | path

Searched refs:gro_types (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c76 uint64_t gro_types; member
87 uint64_t gro_types = 0; in rte_gro_ctx_create() local
111 gro_ctx->gro_types = gro_types; in rte_gro_ctx_create()
115 gro_types |= gro_type_flag; in rte_gro_ctx_create()
117 gro_ctx->gro_types = param->gro_types; in rte_gro_ctx_create()
212 if (param->gro_types & RTE_GRO_TCP_IPV4) { in rte_gro_reassemble_burst()
387 uint64_t gro_types, in rte_gro_timeout_flush() argument
396 gro_types = gro_types & gro_ctx->gro_types; in rte_gro_timeout_flush()
438 uint64_t gro_types = gro_ctx->gro_types, flag; in rte_gro_get_pkt_count() local
444 if ((gro_types & flag) == 0) in rte_gro_get_pkt_count()
[all …]
H A Drte_gro.h47 uint64_t gro_types; member
172 uint64_t gro_types,
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1583 gro_param.gro_types = RTE_GRO_TCP_IPV4; in init_config()
H A Dconfig.c4001 gro_ports[port_id].param.gro_types = RTE_GRO_TCP_IPV4; in setup_gro()