Searched refs:rte_gro_reassemble_burst (Results 1 – 5 of 5) sorted by relevance
8 rte_gro_reassemble_burst;
108 uint16_t rte_gro_reassemble_burst(struct rte_mbuf **pkts,
142 rte_gro_reassemble_burst(struct rte_mbuf **pkts, in rte_gro_reassemble_burst() function
49 The lightweight mode only has one function ``rte_gro_reassemble_burst()``,51 merge packets is very simple. Calling ``rte_gro_reassemble_burst()`` is55 In ``rte_gro_reassemble_burst()``, table structures of different GRO58 packets that ``rte_gro_reassemble_burst()`` can process in an invocation
1054 nb_rx = rte_gro_reassemble_burst(pkts_burst, nb_rx, in pkt_burst_checksum_forward()