Home
last modified time | relevance | path

Searched refs:rte_gro_ctx_create (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_gro/
H A Dversion.map4 rte_gro_ctx_create;
H A Drte_gro.h75 void *rte_gro_ctx_create(const struct rte_gro_param *param);
H A Drte_gro.c82 rte_gro_ctx_create(const struct rte_gro_param *param) in rte_gro_ctx_create() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_receive_offload_lib.rst66 by ``rte_gro_ctx_create()``. ``rte_gro_ctx_create()`` allocates tables
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1589 fwd_lcores[lc_id]->gro_ctx = rte_gro_ctx_create(&gro_param); in init_config()