Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c74 struct gro_ctx { struct
84 struct gro_ctx *gro_ctx; in rte_gro_ctx_create() argument
91 sizeof(struct gro_ctx), in rte_gro_ctx_create()
94 if (gro_ctx == NULL) in rte_gro_ctx_create()
112 rte_gro_ctx_destroy(gro_ctx); in rte_gro_ctx_create()
119 return gro_ctx; in rte_gro_ctx_create()
126 struct gro_ctx *gro_ctx = ctx; in rte_gro_ctx_destroy() local
138 rte_free(gro_ctx); in rte_gro_ctx_destroy()
324 struct gro_ctx *gro_ctx = ctx; in rte_gro_reassemble() local
391 struct gro_ctx *gro_ctx = ctx; in rte_gro_timeout_flush() local
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c804 void **gro_ctx; in pkt_burst_checksum_forward() local
1057 gro_ctx = current_fwd_lcore()->gro_ctx; in pkt_burst_checksum_forward()
1058 nb_rx = rte_gro_reassemble(pkts_burst, nb_rx, gro_ctx); in pkt_burst_checksum_forward()
1061 gro_pkts_num = rte_gro_get_pkt_count(gro_ctx); in pkt_burst_checksum_forward()
1065 nb_rx += rte_gro_timeout_flush(gro_ctx, 0, in pkt_burst_checksum_forward()
H A Dtestpmd.h248 void *gro_ctx; /**< GRO context */ member
H A Dtestpmd.c1589 fwd_lcores[lc_id]->gro_ctx = rte_gro_ctx_create(&gro_param); in init_config()
1590 if (fwd_lcores[lc_id]->gro_ctx == NULL) { in init_config()