CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/19 18:01:34
Modified files:
sys/dev/pci : if_aq_pci.c
Log message:
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@
