CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2020/08/20 22:47:52
Modified files: sys/dev/pci : if_mcx.c Log message: Add kstats reporting the software and hardware producer and consumer counters for send, receive, completion and event queues, as well as the queue states. There are still some bugs in queue handling that we're trying to track down and these should help. No change in object size without kstat enabled. ok dlg@