atom feed10 messages in org.freebsd.freebsd-sparc64Netra T1 105 (sparc64) optimization
FromSent OnAttachments
Alexandre VieiraNov 29, 2006 7:24 am 
Miles NordinNov 29, 2006 9:23 pm 
Andrew BelashovNov 29, 2006 11:51 pm 
Alexandre VieiraNov 30, 2006 4:56 am 
Christian WaltherNov 30, 2006 7:00 am 
Alexandre VieiraNov 30, 2006 8:50 am 
Miles NordinNov 30, 2006 11:04 am 
Alexandre VieiraNov 30, 2006 12:08 pm 
Miles NordinNov 30, 2006 2:24 pm 
Kris KennawayNov 30, 2006 2:31 pm 
Subject:Netra T1 105 (sparc64) optimization
From:Alexandre Vieira (nul@gmail.com)
Date:Nov 30, 2006 8:50:25 am
List:org.freebsd.freebsd-sparc64

On 11/30/06, Christian Walther <cpts@gmail.com> wrote:

Hi,

the Netra comes with a "360- or 440- MHz UltraSPARC-IIi, single processor, Superscalar SPARC Version 9" CPU, so you can use "--mcpu=ultrasparc --mtune=ultrasparc" with gcc. This is for gcc v3.x, gcc v2.x might require --march instead of --mtune.

HTH Christian

Thanks for the tip, I will use this gcc options.

Miles/Andrew polling increased dramaticly the latency for all traffic that passes trough the bridge and reduced the transmission rate also.

with polling:

rtt min/avg/max/mdev = 1.472/2.005/2.651/0.393 ms

without polling:

rtt min/avg/max/mdev = 0.642/0.735/1.111/0.134 ms

Thanks in advance