Re: Interesting speed benchmarks
- From: Hans Petter Selasky <hselasky@xxxxxxx>
- Date: Fri, 26 Jan 2007 08:07:09 +0100
On Friday 26 January 2007 07:43, Andrew Pantyukhin wrote:
On 1/26/07, Colin Percival <cperciva@xxxxxxxxxxx> wrote:
M. Warner Losh wrote:
On a lark, I just got a combo USB/Firewire external disk drive. I ran
some crude benchmarks, and I was surprised by what I found. This is
on a fairly stock -current kernel.
Firewire does around 40MB/s, while USB 2.0 maxes out at about 12MB/s.
Either amd64 is slower than i386, there has been a performance regression
between 6.2-RELEASE and whatever version of FreeBSD you're running, or
you have a rather slow external drive. I get 25MB/s from my Vantec
Nexstar3 USB 2.0 enclosure:
http://www.daemonology.net/blog/2006-01-28-vantex-nexstar3.html
I've always (since 5.x I think) got 25Mb/s on i386
and half that on amd64, no matter what equipment I
try.
1) Maybe this has something to do with the interrupt threshold. Does changing:
EHCI_CMD_ITC_2 into EHCI_CMD_ITC_1 increase performance, in "ehci.c" ?
2) You could try setting the transfer multiplier, "EHCI_QH_SET_MULT()" to 3
for HIGH-speed bulk/control transfers, but not interrupt transfers. The EHCI
manual states that the USB host controller can choose to ignore this field,
but what if it doesn't?
3) How about the new USB stack? Any difference?
--HPS
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- Interesting speed benchmarks
- From: M. Warner Losh
- Re: Interesting speed benchmarks
- From: Colin Percival
- Re: Interesting speed benchmarks
- From: Andrew Pantyukhin
- Interesting speed benchmarks
- Prev by Date: Re: Interesting speed benchmarks
- Next by Date: Re: PowerPC port broken?
- Previous by thread: Re: Interesting speed benchmarks
- Next by thread: Re: Interesting speed benchmarks
- Index(es):
Relevant Pages
|
|