Home
last modified time | relevance | path

Searched refs:gro_times (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c1060 if (++fs->gro_times >= gro_flush_cycles) { in pkt_burst_checksum_forward()
1069 fs->gro_times = 0; in pkt_burst_checksum_forward()
H A Dtestpmd.h140 unsigned int gro_times; /**< GRO operation times */ member