Re: Netra T1 105 (sparc64) optimization

2006-11-30 Thread Alexandre Vieira

On 11/30/06, Miles Nordin <[EMAIL PROTECTED]> wrote:


> "av" == Alexandre Vieira <[EMAIL PROTECTED]> writes:

av> polling increased dramaticly the latency for all traffic that
av> passes trough the bridge and reduced the transmission rate
av> also.

That's interesting.  What do you mean by transmission rate?  Are you
seeing dropped packets?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



No, it just doesn't transfer as many as it does without polling.

Without polling it transfers like 8MB/s, with polling it does less than this
and there is twice the latency.

--
Alexandre Vieira - [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netra T1 105 (sparc64) optimization

2006-11-30 Thread Alexandre Vieira

On 11/30/06, Christian Walther <[EMAIL PROTECTED]> 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
--
Alexandre Vieira - [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netra T1 105 (sparc64) optimization

2006-11-30 Thread Christian Walther

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netra T1 105 (sparc64) optimization

2006-11-30 Thread Alexandre Vieira

On 11/30/06, Andrew Belashov <[EMAIL PROTECTED]> wrote:


Hello, All!

Miles Nordin wrote:
>> "av" == Alexandre Vieira <[EMAIL PROTECTED]> writes:
>
> av> kernel/tunables recommendations,
>
> I suggest device polling.  This will increase the pps you can forward,
> and optimistically cause the machine to drop packets rather than go
> into livelock if the pps exceeds its ability.  IMHO it should be used
> on any router.  and IIRC it does work with the hme driver.

I use device polling(4) patch for hme(4):
<
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=17147+0+archive/2006/freebsd-sparc64/20060423.freebsd-sparc64
>

--
With Best Regards,
Andrew Belashov.



Hi,

Thanks for the tips!

I've added the patch for hme polling and I'm recompiling the kernel. I've
striped the kernel a lot and I'm compiling with -pipe -O2
-fno-strict-aliasing.

AFAIK there isn't any CPUTYPE available for this cpu.

TIA
--
Alexandre Vieira - [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: netra t1

2003-11-27 Thread Lowell Gilbert
Matthew Seaman <[EMAIL PROTECTED]> writes:

> Err... sparc64 is now a tier 1 supported architecture in 5.x: see
> http://www.freebsd.org/releases/5.1R/hardware-sparc64.html and
> http://www.freebsd.org/platforms/sparc.html

Oops; I was, indeed, mistaken.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: netra t1

2003-11-27 Thread Matthew Seaman
On Wed, Nov 26, 2003 at 04:36:23PM -0500, Lowell Gilbert wrote:
> Guilherme Starvaggi <[EMAIL PROTECTED]> writes:
> 
> > I would like to know if the computer - NETRA T1 150 from SUN -
> > support the FREEBSD system? I am thinking in buy this computer, but I
> > have no experience with servers like this, and either with the
> > FREEBSD. I have a little experience with the usual LINUX. Do you think
> > it is good to try this change?
> 
> FreeBSD has only very rough support for that type of hardware at this
> time.  NetBSD has supported it for years, and is a similar operating
> system.  

Err... sparc64 is now a tier 1 supported architecture in 5.x: see
http://www.freebsd.org/releases/5.1R/hardware-sparc64.html and
http://www.freebsd.org/platforms/sparc.html

Support is rather better than "rough", although there are apparently
some problems installing using the Sun console -- you should use a
serial console instead.  It's also the case that 5.x is not really
suitable for a production system yet: the releases are marked as "New
Technology" -- see
http://www.freebsd.org/releases/5.1R/early-adopter.html This also
makes 5.x rather less suitable for FreeBSD beginners.

The soon to be released version 5.2 (due early in December) should be
yet another leap in stability and performance.  That release might be
most appropriate for the OP if he's willing to wait for it.

Cheers,

Matthew 


-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: netra t1

2003-11-26 Thread Lowell Gilbert
Guilherme Starvaggi <[EMAIL PROTECTED]> writes:

> I would like to know if the computer - NETRA T1 150 from SUN -
> support the FREEBSD system? I am thinking in buy this computer, but I
> have no experience with servers like this, and either with the
> FREEBSD. I have a little experience with the usual LINUX. Do you think
> it is good to try this change?

FreeBSD has only very rough support for that type of hardware at this
time.  NetBSD has supported it for years, and is a similar operating
system.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"