Enable interrupt moderation, targeting around 20k interrupts per second.
authorjmatthew <jmatthew@openbsd.org>
Sun, 20 Mar 2022 00:01:33 +0000 (00:01 +0000)
committerjmatthew <jmatthew@openbsd.org>
Sun, 20 Mar 2022 00:01:33 +0000 (00:01 +0000)
commit8c5cbf79cc4a9c776bd388263d711e763e4a3a29
tree73e059ec60135c8f7419a66534f467a09aa51e2b
parent145fe7238980ef46c878a9bc224f7f9527694755
Enable interrupt moderation, targeting around 20k interrupts per second.
There are separate timers for rx and tx interrupts, so we can use longer
timeouts for tx since that doesn't affect packet processing latency.

ok dlg@
sys/dev/pci/if_aq_pci.c