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]"


Netra T1 105 (sparc64) optimization

2006-11-29 Thread Alexandre Vieira

Hi,

I'm responsible for building a testbed for a network service solution and I
was given some old hardware to work with.

For example, I have a netra T1 105 working as a bridge between two vlans in
order to use ipfw+dummynet to create packet loss and latency tests in a
platform that was already deployed (quick and dirty solution). At the moment
I configured the machine to do the job and made some benchmarks but haven't
yet optimized anything so I can benchmark it later on to see the
optimizations effect.

This is the first time Im working with a sparc64 box with freebsd and I
would like to know what improvements can be done in terms of specific
sparc64 optimizations (ex. gcc flags/cputype), kernel/tunables
recommendations, comments onthis specific job (bridging and messing with the
packets in layer 3) or any other usefull info.

You can find the base configuration of the machine here:
http://nullpt.googlepages.com/netra.txt
Thanks in advance for your time!
Regards,
--
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]"


Netra T1 105

2006-11-17 Thread Alexandre Vieira

Hi lists,

I got my hands in some Netras T1 105 and I'll be installing freebsd over the
network since I don't have CD-ROM drives.

I was googling around to find a recent kernel/loader to use in the net
installation but I couldn't find anything. Anyone knows where can I find
these?

PS: In a last resort I think I can compile a sparc64 kernel in another
non-sparc64 machine. But what about the loader?

TIA.
Regards,
--
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]"


netra t1

2003-11-26 Thread Guilherme Starvaggi
--
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?

Thanks for your time
Cheers Guilherme
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


HELP FOR SUN NETRA T1 HME1

2003-10-26 Thread Wang Feng
Dear Sir:
I have installed FREEBSD 5.1 o my Netra T1 computer,
But I can't find 2nd Network Card , HME1, May you give me
any suggestion?
   regards
   yours Wangfeng
_
免费下载 MSN Explorer:   http://explorer.msn.com/lccn/  

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