Re: asymetric speeds over gigE link

2007-05-21 Thread Kip Macy
One more thing to remember is to raise the socket size on the linux sender. I found that I got very poor tx performance on linux running netperf without making the socket buffers fairy large. -Kip On 5/21/07, root <[EMAIL PROTECTED]> wrote: Summary: Using iperf to measure TCP net speed b

Re: asymetric speeds over gigE link

2007-05-21 Thread Bruce M. Simpson
Wilkinson, Alex wrote: 0n Mon, May 21, 2007 at 07:39:06PM +0100, Tom Judge wrote: > I have also seen 700Mb/s sustained FreeBSD - FreeBSD using the openssh HPN > patch set and no extra tuning of the network stack. Which makes me > think that maybe the linux stack needs some tun

Re: asymetric speeds over gigE link

2007-05-21 Thread Wilkinson, Alex
0n Mon, May 21, 2007 at 07:39:06PM +0100, Tom Judge wrote: > I have also seen 700Mb/s sustained FreeBSD - FreeBSD using the openssh HPN > patch set and no extra tuning of the network stack. Which makes me > think that maybe the linux stack needs some tuning? What is the "HPN pa

Re: asymetric speeds over gigE link

2007-05-21 Thread security
Tom Judge wrote: > Have you tried upping the MTU, that is if the cards and switch you are > using support it. I have seen significant speed increases (FreeBSD - > FreeBSD) in some scenario's twice the through put with an MTU of 8192. > > I have also seen 700Mb/s sustained FreeBSD - FreeBSD using t

Re: asymetric speeds over gigE link

2007-05-21 Thread Tom Judge
root wrote: Summary: Using iperf to measure TCP net speed between a linux and freebsd box over gigE, I see significant speed difference depending on the data direction. Pushing data from the freebsd box to the linux box, I average about 500Gb/s. Pushing data from the linux box to the freebsd b

Re: asymetric speeds over gigE link

2007-05-21 Thread Kip Macy
- Original message - Summary: Using iperf to measure TCP net speed between... This is not terribly surprising rx is currently a more expensive operation than tx on FreeBSD. My testing on 10GigE indicates that there is ample room for improvement. -Kip On 5/21/07, root <[EMAIL PROTECTED]> w