RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-07-04 Thread Mohammad Sadegh Sadri
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED]; linuxppc-embedded@ozlabs.org Subject: RE: ML403 gigabit ethernet bandwidth - 2.6 kernel Date: Tue, 26 Jun 2007 18:12:55 + Dear Mohammad, ML403---PC : 410Mbits/s PC---ML403 : 210Mbits/s These results are interesting

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-26 Thread Ming Liu
for TCP. Jumbo-frame of 8982 will almost double this number. Have fun. BR Ming From: Greg Crocker [EMAIL PROTECTED] To: linuxppc-embedded@ozlabs.org Subject: RE: ML403 gigabit ethernet bandwidth - 2.6 kernel Date: Mon, 25 Jun 2007 15:42:09 -0400 I was able to achieve ~320 Mbit/sec data rate using

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-26 Thread Mohammad Sadegh Sadri
PROTECTED]; [EMAIL PROTECTED]; linuxppc-embedded@ozlabs.org; [EMAIL PROTECTED] Subject: RE: ML403 gigabit ethernet bandwidth - 2.6 kernel Date: Sat, 23 Jun 2007 19:10:16 + Use the following command in Linux please: ifconfig eth0 mtu 8982 As well you should do that on your PC

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-26 Thread Ming Liu
-embedded@ozlabs.org Subject: RE: ML403 gigabit ethernet bandwidth - 2.6 kernel Date: Mon, 25 Jun 2007 10:03:30 + Dear Mohammad, The results are as follows: PC--ML403 TCP_SENDFILE : 38Mbps ML403---PC TCP_SENDFILE: 155Mbps This result is unreasonable. Because PC is more

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-25 Thread Ming Liu
bandwidth - 2.6 kernel Date: Sat, 23 Jun 2007 19:10:16 + Use the following command in Linux please: ifconfig eth0 mtu 8982 As well you should do that on your PC in the measurement. Ming From: Mohammad Sadegh Sadri To: Ming Liu , ,, Subject: RE: ML403 gigabit ethernet

Re: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-25 Thread Bhupender Saharan
Hi, We need to findout where is the bottlenect. 1. Run vmstat on the ML403 board and find out the percentage CPU is busy when you are transferring the file. That will show if cpu is busy or not. 2. Run oprofile and find out which are the routines eating away the cpu time. Once we have data

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-25 Thread Greg Crocker
I was able to achieve ~320 Mbit/sec data rate using the Gigabit System Reference Design (GSRD XAPP535/536) from Xilinx. This utilizes the LocalLink TEMAC to perform the transfers. The reference design provides the Linux 2.4 drivers that can be ported to Linux 2.6 with a little effort. This

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-24 Thread Mohammad Sadegh Sadri
thing near 60Mbps. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; linuxppc-embedded@ozlabs.org; [EMAIL PROTECTED] Subject: RE: ML403 gigabit ethernet bandwidth - 2.6 kernel Date: Sat, 23 Jun 2007 19:10:16 + Use

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-23 Thread Ming Liu
Dear Mohammad, There are some parameters which could be adjusted to improve the performance. They are: TX and RX_Threshold TX and RX_waitbound. In my system, we use TX_Threshold=16 and Rx_Threshold=8 and both waitbound=1. Also Jumbo frame of 8982 could be enable. Try those hints and share your

RE: ML403 gigabit ethernet bandwidth - 2.6 kernel

2007-06-23 Thread Ming Liu
thinking that it is enabled by default. Is it? thanks From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; linuxppc-embedded@ozlabs.org; [EMAIL PROTECTED] Subject: RE: ML403 gigabit ethernet bandwidth - 2.6 kernel Date: Sat, 23 Jun 2007