<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-2022-jp">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:SimSun;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:SimSun;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Hi,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Yes, for 1500 MTU these aren$B!G(Jt too
bad.&nbsp; One thing to note, using the TCP_STREAM option does not take
advantage of zero-copy and possibly checksum offload on the transmit
side.&nbsp; You should use the TCP_SENDFILE option for that.&nbsp; We typically
use options such as:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netperf
&#8211;c &#8211;C &#8211;H 192.168.1.1 &#8211;t TCP_STREAM -- -s131072 &#8211;S131072 &#8211;m65536<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netperf
&#8211;c &#8211;C &#8211;H 192.168.1.1 &#8211;t UDP_STREAM -- -s131072 &#8211;S131072 &#8211;m8192 (if using jumbo
frames of 8982)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>-Rick<o:p></o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='margin-left:.5in;text-align:center'><font
size=3 face=SimSun><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal style='margin-left:.5in'><b><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
linuxppc-embedded-bounces+moleres=xilinx.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+moleres=xilinx.com@ozlabs.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>MingLiu<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, November 08, 2007
2:32 AM<br>
<b><span style='font-weight:bold'>To:</span></b> kentaro;
linuxppc-embedded@ozlabs.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: ML405 gigabit
ethernet with kernel 2.6.23</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face=SimSun><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:
12.0pt;margin-left:.5in'><font size=1 face=Tahoma><span style='font-size:9.0pt;
font-family:Tahoma'>Dear Kentaro,<br>
<br>
&gt; -------------------------------------------------------------<br>
&gt; &quot;netperf -H 192.168.1.1 -t TCP_STREAM&quot; 110 Mbps<br>
&gt; &quot;netperf -H 192.168.1.1 -t UDP_STREAM&quot; 210 Mbps<br>
&gt; -------------------------------------------------------------<br>
<br>
Are these results the ones with or without Jumbo-frame enabled? If no, they are
quite good I think. The results from Montavista probably are the ones with
Jumbo-frame enabled. <br>
&nbsp;<br>
For anybody who has interest on this topic, I have recently an accepted paper
which has part of the content on this. The link is <a
href="http://web.it.kth.se/~mingliu/publications/co_design(icfpt07).pdf">http://web.it.kth.se/~mingliu/publications/co_design(icfpt07).pdf</a>&nbsp;and
in 6.2 section, I listed our measurement results. 300Mbps for TCP and 400Mbps
for UDP, with Jumbo-frame enabled. Unfortunately I did not explain the details
and detailed configurations on our case. So these results are only for your
reference.<br>
&nbsp;<br>
BR<br>
Ming<o:p></o:p></span></font></p>

<div class=MsoNormal align=center style='margin-left:.5in;text-align:center'><font
size=1 face=Tahoma><span style='font-size:9.0pt;font-family:Tahoma'>

<hr size=2 width="100%" align=center>

</span></font></div>

<p class=MsoNormal style='margin-left:.5in'><font size=1 face=SimSun><span
lang=ZH-CN style='font-size:9.0pt'>$BMQ(J</span></font><font size=1 face=Tahoma><span
style='font-size:9.0pt;font-family:Tahoma'> Windows Live Spaces </span></font><font
size=1><span lang=ZH-CN style='font-size:9.0pt'>$BE8<(P$@-<+2f!$M?9%M'J,5}@83h!*(J</span></font><font
size=1 face=Tahoma><span lang=ZH-CN style='font-size:9.0pt;font-family:Tahoma'>
</span></font><font size=1 face=Tahoma><span style='font-size:9.0pt;font-family:
Tahoma'><a href="http://spaces.live.com/?page=HP" target="_new"><font
face=SimSun><span lang=ZH-CN style='font-family:SimSun'>$BN;2r99B??.B)!*(J</span></font></a><o:p></o:p></span></font></p>

</div>

</body>

</html>