<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: iMX7 Ethernet - small packets</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813311#M125369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it is normal (and expected) situation when small packets performance is significantly less than big packets.&lt;BR /&gt;Maximum efficiency is achieved with largest allowed size.&lt;BR /&gt;And in case of minilal size the performance will be less in several times.&lt;BR /&gt;Please refer this article for an example values:&lt;BR /&gt;&lt;A href="http://www.informit.com/articles/article.aspx?p=99812&amp;amp;seqNum=5"&gt;http://www.informit.com/articles/article.aspx?p=99812&amp;amp;seqNum=5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2018 05:27:47 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2018-06-28T05:27:47Z</dc:date>
    <item>
      <title>iMX7 Ethernet - small packets</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813309#M125367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;* i.MX 7Dual with the Atheros AR8033 Ethernet PHY.&lt;/P&gt;&lt;P&gt;* Linux based on branch imx_4.9.11_1.0.0_ga&lt;/P&gt;&lt;P&gt;The maximum rate for packet length of 64 Byte in UDP is ~36Mbits/sec.&lt;/P&gt;&lt;P&gt;The test is preformed with iperf3:&lt;/P&gt;&lt;P&gt;# iperf3 -c 192.168.11.218 -u -b 0 -l 64 -n 100M -i 10&lt;BR /&gt;Connecting to host 192.168.11.218, port 5201&lt;BR /&gt;[&amp;nbsp; 4] local 192.168.48.62 port 45709 connected to 192.168.11.218 port 5201&lt;BR /&gt;[ ID] Interval&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transfer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bandwidth&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Datagrams&lt;BR /&gt;[&amp;nbsp; 4]&amp;nbsp;&amp;nbsp; 0.00-10.00&amp;nbsp; sec&amp;nbsp; 43.3 MBytes&amp;nbsp; 36.3 Mbits/sec&amp;nbsp; 709490 &amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 4]&amp;nbsp; 10.00-20.00&amp;nbsp; sec&amp;nbsp; 43.1 MBytes&amp;nbsp; 36.2 Mbits/sec&amp;nbsp; 706380 &amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 4]&amp;nbsp; 20.00-23.17&amp;nbsp; sec&amp;nbsp; 13.6 MBytes&amp;nbsp; 36.0 Mbits/sec&amp;nbsp; 222530 &amp;nbsp;&lt;BR /&gt;- - - - - - - - - - - - - - - - - - - - - - - - -&lt;BR /&gt;[ ID] Interval&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transfer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bandwidth&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jitter&amp;nbsp;&amp;nbsp;&amp;nbsp; Lost/Total Datagrams&lt;BR /&gt;[&amp;nbsp; 4]&amp;nbsp;&amp;nbsp; 0.00-23.17&amp;nbsp; sec&amp;nbsp;&amp;nbsp; 100 MBytes&amp;nbsp; 36.2 Mbits/sec&amp;nbsp; 0.016 ms&amp;nbsp; 44/1638400 (0.0027%) &amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 4] Sent 1638400 datagrams&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much better results for larger packets:&lt;/P&gt;&lt;P&gt;# iperf3 -c 192.168.11.218 -u -b 0 -n 1G -i 10&lt;BR /&gt;Connecting to host 192.168.11.218, port 5201&lt;BR /&gt;[ 4] local 192.168.48.62 port 33337 connected to 192.168.11.218 port 5201&lt;BR /&gt;[ ID] Interval Transfer Bandwidth Total Datagrams&lt;BR /&gt;[ 4] 0.00-10.00 sec 645 MBytes 541 Mbits/sec 82570 &lt;BR /&gt;[ 4] 10.00-15.88 sec 379 MBytes 541 Mbits/sec 48510 &lt;BR /&gt;- - - - - - - - - - - - - - - - - - - - - - - - -&lt;BR /&gt;[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams&lt;BR /&gt;[ 4] 0.00-15.88 sec 1.00 GBytes 541 Mbits/sec 0.069 ms 0/131076 (0%) &lt;BR /&gt;[ 4] Sent 131076 datagrams&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a driver issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jun 2018 09:15:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813309#M125367</guid>
      <dc:creator>urimashiach</dc:creator>
      <dc:date>2018-06-24T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7 Ethernet - small packets</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813310#M125368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are limitating the use of 100M and the other is a 1G:&lt;/P&gt;&lt;P&gt;1) iperf3 -c 192.168.11.218 -u -b 0 -l 64 -n &lt;STRONG&gt;100M&lt;/STRONG&gt; -i 10&lt;/P&gt;&lt;P&gt;2) iperf3 -c 192.168.11.218 -u -b 0 -n &lt;STRONG&gt;1G&lt;/STRONG&gt; -i 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:27:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813310#M125368</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2018-06-27T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7 Ethernet - small packets</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813311#M125369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it is normal (and expected) situation when small packets performance is significantly less than big packets.&lt;BR /&gt;Maximum efficiency is achieved with largest allowed size.&lt;BR /&gt;And in case of minilal size the performance will be less in several times.&lt;BR /&gt;Please refer this article for an example values:&lt;BR /&gt;&lt;A href="http://www.informit.com/articles/article.aspx?p=99812&amp;amp;seqNum=5"&gt;http://www.informit.com/articles/article.aspx?p=99812&amp;amp;seqNum=5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 05:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813311#M125369</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2018-06-28T05:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7 Ethernet - small packets</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813312#M125370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the article issue is TCP packets while in my question is about a UDP packets.&lt;/P&gt;&lt;P&gt;The acknowledgment is not relevant for UDP communication.&lt;/P&gt;&lt;P&gt;Please note that UDP packets were used in the provided iperf3 tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 06:21:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813312#M125370</guid>
      <dc:creator>urimashiach</dc:creator>
      <dc:date>2018-06-28T06:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7 Ethernet - small packets</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813313#M125371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway it is expected that performance for small packets is significantly less than for big ones.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 01:41:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Ethernet-small-packets/m-p/813313#M125371</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-02-13T01:41:44Z</dc:date>
    </item>
  </channel>
</rss>

