CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/02/26 09:22:37
Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: rather than driving the card with 16k intr/s of low latency interrupts, rely on regular rx/tx queue interrupts moderated to 8k intr/s achieving best performance/latency ratio. this effectively doubles performance on 82599. tested on 82598 as well.