From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 19 Feb 2016 07:13:23 -0800 To: 9fans@9fans.net Message-ID: <7cdd0c6898558feb7648d8d0bd356157@lilly.quanstro.net> In-Reply-To: <20160219125246.GA345@polynum.com> References: <20160218113017.GB2756@polynum.com> <49010da5-9c4e-4399-8fbe-e4dae715063f@email.android.com> <20160219125246.GA345@polynum.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] rtl8169 gbe slow Topicbox-Message-UUID: 85c045ce-ead9-11e9-9d60-3106f5b1d025 > Is /dev/irqstat a lapsus? Here are /dev/irqalloc and > /net/ether0/ifstats: [...] > 42 10 ether0 well, boo. the labs version doesn't give enough information. i was expecting something like ; grep ether0 /dev/irqalloc 65.0 11 17224065 190397006374 msi-x ether0 which gives vector.processor, bus irq, number of interrupts, total fastticks taken, type, and driver. with this info, one can calculate ns/interrupt and interrupts/sec. > TxOk: 4483 > RxOk: 7520 [..] > xmit descr queue len: highwater 0/31 curr 0 hitmax 0 this doesn't look like very much traffic. how did you test? are you using the latest tcp? what is the ping latency? older labs kernels did a poor job with moderate latency, and any packet loss. newer versions should be ok, but i haven't tested myself. > rtl8169: unknown mac 8168 4c000000 my version of the driver handles this hardware > i8042: fe returned to the ea command you don't have a ps2 mouse, but the system is configured to expect one. 0xea -> set streaming. - erik