Non-NAPI:
get-irq-stat
ack-irq
get-irq-stat (omit, if no work loop)
NAPI:
get-irq-stat
ack-all-but-rx-irq
mask-rx-irqs
get-irq-stat (omit, if work loop)
...
ack-rx-irqs
get-irq-stat
unmask-rx-irqs
This is the low load / low latency case only. The number of IOs
decreases at higher loads [obviously :)]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/