gro_normal_batch

file: /proc/sys/net/gro_normal_batch
variable: net.gro_normal_batch
Official reference

Maximum number of the segments to batch up on output of GRO. When a packet exits GRO, either as a coalesced superframe or as an original packet which GRO has decided not to coalesce, it is placed on a per-NAPI list. This list is then passed to the stack when the number of segments reaches the gro_normal_batch limit.