dev_weight

file: /proc/sys/net/core/dev_weight
variable: net.core.dev_weight
Official reference

The maximum number of packets that kernel can handle on a NAPI interrupt, it’s a Per-CPU variable. For drivers that support LRO or GRO_HW, a hardware aggregated packet is counted as one packet in this context.

Default: 64

source