Home
last modified time | relevance | path

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

/dpdk/lib/gro/
H A Drte_gro.c73 struct gro_ctx { struct
83 struct gro_ctx *gro_ctx; in rte_gro_ctx_create() argument
90 sizeof(struct gro_ctx), in rte_gro_ctx_create()
93 if (gro_ctx == NULL) in rte_gro_ctx_create()
111 rte_gro_ctx_destroy(gro_ctx); in rte_gro_ctx_create()
118 return gro_ctx; in rte_gro_ctx_create()
125 struct gro_ctx *gro_ctx = ctx; in rte_gro_ctx_destroy() local
137 rte_free(gro_ctx); in rte_gro_ctx_destroy()
323 struct gro_ctx *gro_ctx = ctx; in rte_gro_reassemble() local
390 struct gro_ctx *gro_ctx = ctx; in rte_gro_timeout_flush() local
[all …]
/dpdk/app/test-pmd/
H A Dcsumonly.c824 void **gro_ctx; in pkt_burst_checksum_forward() local
1090 gro_ctx = current_fwd_lcore()->gro_ctx; in pkt_burst_checksum_forward()
1091 nb_rx = rte_gro_reassemble(pkts_burst, nb_rx, gro_ctx); in pkt_burst_checksum_forward()
1094 gro_pkts_num = rte_gro_get_pkt_count(gro_ctx); in pkt_burst_checksum_forward()
1098 nb_rx += rte_gro_timeout_flush(gro_ctx, 0, in pkt_burst_checksum_forward()
H A Dtestpmd.h301 void *gro_ctx; /**< GRO context */ member
H A Dtestpmd.c1748 fwd_lcores[lc_id]->gro_ctx = rte_gro_ctx_create(&gro_param); in init_config()
1749 if (fwd_lcores[lc_id]->gro_ctx == NULL) { in init_config()