<?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>topic Re: UDP packets oder on LS1046 in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1623045#M12099</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Hi,Yiping&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I saw your test result on your server side, there were also some out-of-order datagrams.&lt;BR /&gt;Like this:&lt;BR /&gt;&amp;nbsp; "[ 5] 0.00-30.00 sec 29 datagrams received out-of-order"&lt;BR /&gt;Did you test on the latest version LDSK 21.08?&amp;nbsp;&lt;BR /&gt;If yes, can I assume the ls1046 has always had the out-of-order issue?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 06:08:55 GMT</pubDate>
    <dc:creator>zwg132883</dc:creator>
    <dc:date>2023-03-28T06:08:55Z</dc:date>
    <item>
      <title>UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1610538#M11985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My cpu is ls1046,that all the ethernets work on &amp;nbsp;DPAA1. When the MAC10 receive the UDP packets, it has some out-order packets which can’t be corrected.&lt;/P&gt;&lt;P&gt;Our board use MAC10 run in 10G had integrated FMC tool, and when run FMC tool command there were no errors. Also RCW is&amp;nbsp;set to RR_FFSSPPPH_1133_5559.&lt;/P&gt;&lt;P&gt;fmc -c /etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559/config.xml -p /etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559/policy_ipv4.xml -a&lt;/P&gt;&lt;P&gt;&amp;nbsp;For the 10G MAC10, using fmc tool can reduce the out order packets to 3%, comparing with no using fmc tool. But the out-order packets can't be corrected to zero. I don't know why FMC tool can’t &amp;nbsp;correct all of the out-order packets? thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 04:52:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1610538#M11985</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-07T04:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1610639#M11987</link>
      <description>&lt;P&gt;After executing the command "&lt;SPAN&gt;fmc -c /etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559/config.xml -p /etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559/policy_ipv4.xml -a", you are using&amp;nbsp;core-affined queue to implement &lt;STRONG&gt;order&lt;/STRONG&gt; preservation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is because in DPAA1, each interface used by default one pool channel across all software portals and also the dedicated channel &lt;STRONG&gt;of&lt;/STRONG&gt; each CPU. In Linux Kernel, PCD Frame queues in use dedicated channels. You could refer to the section "5.Dedicated and Pool Channels Usage in Linux Kernel" in &lt;A href="https://community.nxp.com/docs/DOC-329916" target="_blank"&gt;https://community.nxp.com/docs/DOC-329916&lt;/A&gt; for details.&lt;/P&gt;
&lt;P&gt;So, normally&amp;nbsp;&lt;SPAN&gt;out order packets should be zero. What's about your test environment?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You need to use multiple flows, after executing FMC policy, one flow will bind to one core, so all 4 cores will be used by multiple flows. Please configure multiple iperf clients(different source and destination addresses) to connect to the iperf server to create multiple flows. In the real scenario, one user application uses one flow.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 07:23:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1610639#M11987</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-03-07T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1612187#M11996</link>
      <description>&lt;P&gt;Thanks yiping.&lt;/P&gt;&lt;P&gt;The document in&amp;nbsp;&lt;A title="https://community.nxp.com/docs/doc-329916" href="https://community.nxp.com/docs/DOC-329916" target="_blank" rel="noreferrer noopener"&gt;https://community.nxp.com/docs/DOC-329916&lt;/A&gt;&amp;nbsp;are all related to the PPC cpu.Do you have the instructions to the ARM ls1046 CPU? Just like“Dedicated Channel and Pool Channel Used in Linux Kernel and USDPAA”?&lt;/P&gt;&lt;P&gt;My test environment is very easy, the date flow to the eth5 is only one date flow. I also tested the 1G ethernet by iperf3, it also had the same issue. Using the same test method, my PPC(T1042) cards’ out order packets can be corrected to zero after integrating the FMC tool.&lt;/P&gt;&lt;P&gt;Why arm ls1046 can’t be correct? Have you test the FMC tool on ls1046? If you have tested on ls1046, could you take a detail instruction description to me?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 06:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1612187#M11996</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-09T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1612307#M11998</link>
      <description>&lt;P&gt;Deploy LSDK 21.08 images to LS1046ARDB target boards.&lt;/P&gt;
&lt;P&gt;On Server board:&lt;/P&gt;
&lt;P&gt;root@ls1046ardb:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# fmc -x&lt;BR /&gt;root@ls1046ardb:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# fmc -c config.xml -p policy_ipv4.xml -a&lt;BR /&gt;root@ls1046ardb:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# iperf -u -s&lt;/P&gt;
&lt;P&gt;On the client board:&lt;/P&gt;
&lt;P&gt;root@localhost:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# fmc -x&lt;BR /&gt;root@localhost:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# fmc -c config.xml -p policy_ipv4.xml -a&lt;BR /&gt;root@localhost:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# iperf -c 100.1.1.1 -u -b 1000M -P 10 -t 30&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Client connecting to 100.1.1.1, UDP port 5001&lt;BR /&gt;Sending 1470 byte datagrams, IPG target: 11.22 us (kalman adjust)&lt;BR /&gt;UDP buffer size: 208 KByte (default)&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;[ 11] local 100.1.1.7 port 49019 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 10] local 100.1.1.7 port 48899 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 12] local 100.1.1.7 port 57404 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 5] local 100.1.1.7 port 34366 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 7] local 100.1.1.7 port 49393 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 9] local 100.1.1.7 port 36360 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 8] local 100.1.1.7 port 36252 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 4] local 100.1.1.7 port 48311 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 3] local 100.1.1.7 port 33748 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ 6] local 100.1.1.7 port 54853 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ ID] Interval Transfer Bandwidth&lt;BR /&gt;[ 11] 0.0-30.0 sec 2.16 GBytes -527589369.28 bits/sec&lt;BR /&gt;[ 11] Sent 1575199 datagrams&lt;BR /&gt;[ 10] 0.0-30.0 sec 2.69 GBytes -373514684.49 bits/sec&lt;BR /&gt;[ 10] Sent 1968437 datagrams&lt;BR /&gt;[ 12] 0.0-30.0 sec 2.67 GBytes -380966871.50 bits/sec&lt;BR /&gt;[ 12] Sent 1949419 datagrams&lt;BR /&gt;[ 5] 0.0-30.0 sec 2.69 GBytes -374737246.88 bits/sec&lt;BR /&gt;[ 5] Sent 1965318 datagrams&lt;BR /&gt;[ 9] 0.0-30.0 sec 2.76 GBytes -354650032.02 bits/sec&lt;BR /&gt;[ 9] Sent 2016586 datagrams&lt;BR /&gt;[ 8] 0.0-30.0 sec 2.17 GBytes -523211217.84 bits/sec&lt;BR /&gt;[ 8] Sent 1586374 datagrams&lt;BR /&gt;[ 3] 0.0-30.0 sec 2.70 GBytes -371557519.04 bits/sec&lt;BR /&gt;[ 3] Sent 1973433 datagrams&lt;BR /&gt;[ 6] 0.0-30.0 sec 2.14 GBytes -532251631.67 bits/sec&lt;BR /&gt;[ 6] Sent 1563298 datagrams&lt;BR /&gt;[ 5] Server Report:&lt;BR /&gt;[ 5] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 921588.537 ms 2143835024/ 0 (inf%)&lt;BR /&gt;[ 9] Server Report:&lt;BR /&gt;[ 9] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 918588.537 ms 2144277013/ 0 (inf%)&lt;BR /&gt;[ 9] 0.00-30.01 sec 6 datagrams received out-of-order&lt;BR /&gt;[ 12] Server Report:&lt;BR /&gt;[ 12] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 2322588.537 ms 2144407509/ 0 (inf%)&lt;BR /&gt;[ 12] 0.00-30.01 sec 3 datagrams received out-of-order&lt;BR /&gt;[ 6] Server Report:&lt;BR /&gt;[ 6] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 1412588.537 ms 2145019793/ 0 (inf%)&lt;BR /&gt;[ 11] Server Report:&lt;BR /&gt;[ 11] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 919588.537 ms 2144597350/ 0 (inf%)&lt;BR /&gt;[ 11] 0.00-30.01 sec 8 datagrams received out-of-order&lt;BR /&gt;[ 3] Server Report:&lt;BR /&gt;[ 3] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 1935588.537 ms 2143820827/ 0 (inf%)&lt;BR /&gt;[ 3] 0.00-30.01 sec 1 datagrams received out-of-order&lt;BR /&gt;[ 8] Server Report:&lt;BR /&gt;[ 8] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 919588.537 ms 2144567267/ 0 (inf%)&lt;BR /&gt;[ 10] Server Report:&lt;BR /&gt;[ 10] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 930588.537 ms 2143893581/ 0 (inf%)&lt;BR /&gt;[ 10] 0.00-30.01 sec 2 datagrams received out-of-order&lt;BR /&gt;[ 7] 0.0-30.0 sec 2.75 GBytes -357951651.59 bits/sec&lt;BR /&gt;[ 7] Sent 2008159 datagrams&lt;BR /&gt;[ 7] Server Report:&lt;BR /&gt;[ 7] 0.0-30.0 sec 2.00 GBytes 572 Mbits/sec 1897588.537 ms 2143889499/ 0 (inf%)&lt;BR /&gt;[ 4] 0.0-30.0 sec 2.73 GBytes -362306528.99 bits/sec&lt;BR /&gt;[ 4] Sent 1997045 datagrams&lt;BR /&gt;[SUM] 0.0-30.0 sec 25.5 GBytes 7.29 Gbits/sec&lt;BR /&gt;[SUM] Sent 18603268 datagrams&lt;BR /&gt;[ 4] Server Report:&lt;BR /&gt;[ 4] 0.0-30.3 sec 2.00 GBytes 567 Mbits/sec 16562588.537 ms 2144331459/ 0 (inf%)&lt;BR /&gt;root@localhost:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559#&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 09:10:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1612307#M11998</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-03-09T09:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1615438#M12028</link>
      <description>&lt;P&gt;Hi,yiping&lt;BR /&gt;I saw your test report,there are a few out-of-order UDP parckets. But for my&lt;BR /&gt;test result, it had more out-of-order UDP parckets than yours. Please see attachment.&amp;nbsp;Is there any problems in my test steps? thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 05:57:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1615438#M12028</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-15T05:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1615567#M12036</link>
      <description>&lt;P&gt;On the server side, please execute command "&lt;SPAN&gt;iperf &lt;STRONG&gt;-u&lt;/STRONG&gt; -s".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1615567#M12036</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-03-15T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1617302#M12054</link>
      <description>&lt;P&gt;Hi,Yiping&lt;BR /&gt;&amp;nbsp; &amp;nbsp; In my card, it only has iperf3 tool. iperf3 is the new version, and it can't support "iperf -u -s",&amp;nbsp;&lt;BR /&gt;root@odin:/# iperf3 -u -s&lt;BR /&gt;iperf3: parameter error - some option you are trying to set is client only&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usage: iperf3 [-s|-c host] [options]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iperf3 [-h|--help] [-v|--version]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server or Client:&lt;BR /&gt;&amp;nbsp; -p, --port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server port to listen on/connect to&lt;BR /&gt;&amp;nbsp; -f, --format&amp;nbsp;&amp;nbsp; [kmgtKMGT] format to report: Kbits, Mbits, Gbits, Tbits&lt;BR /&gt;&amp;nbsp; -i, --interval&amp;nbsp; #&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seconds between periodic throughput reports&lt;BR /&gt;&amp;nbsp; -F, --file name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmit/recv the specified file&lt;BR /&gt;&amp;nbsp; -A, --affinity n/n,m&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set CPU affinity&lt;BR /&gt;&amp;nbsp; -B, --bind&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;host&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bind to a specific interface&lt;BR /&gt;&amp;nbsp; -V, --verbose&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; more detailed output&lt;BR /&gt;&amp;nbsp; -J, --json&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output in JSON format&lt;BR /&gt;&amp;nbsp; --logfile f&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; send output to a log file&lt;BR /&gt;&amp;nbsp; --forceflush&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; force flushing output at every interval&lt;BR /&gt;&amp;nbsp; -d, --debug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; emit debugging output&lt;BR /&gt;&amp;nbsp; -v, --version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show version information and quit&lt;BR /&gt;&amp;nbsp; -h, --help&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show this message and quit&lt;BR /&gt;Server specific:&lt;BR /&gt;&amp;nbsp; -s, --server&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run in server mode&lt;BR /&gt;&amp;nbsp; -D, --daemon&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run the server as a daemon&lt;BR /&gt;&amp;nbsp; -I, --pidfile file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write PID file&lt;BR /&gt;&amp;nbsp; -1, --one-off&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; handle one client connection then exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this issue can be reproduced, use which version of iperf is not the key to it.&lt;BR /&gt;But how to resolve my current problem?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 03:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1617302#M12054</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-17T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1617421#M12055</link>
      <description>&lt;P&gt;Please refer to my attached iperf3 test result, there is no out of order packets.&lt;/P&gt;
&lt;P&gt;Did you use Linux Kernel from NXP formal LSDK release?&lt;/P&gt;
&lt;P&gt;Could you please try Linux Kernel Image from LSDK 21.08 release?&lt;/P&gt;
&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 07:38:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1617421#M12055</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-03-17T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1618347#M12056</link>
      <description>&lt;P&gt;Hi,Yiping&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; My iperf3 test environment is two LS1046 cards. The out-of-order packets is&amp;nbsp;&lt;BR /&gt;on the server side. On the client, it also hadn't out-of-order like yours.&lt;BR /&gt;Could you pls send me your report on server side? This is the summary results on server side.&lt;BR /&gt;- - - - - - - - - - - - - - - - - - - - - - - - -&lt;BR /&gt;Test Complete. Summary Results:&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; Bitrate&amp;nbsp;&amp;nbsp;&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; 5] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1127 datagrams received out-of-order&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.43 MBytes&amp;nbsp;&amp;nbsp; 958 Kbits/sec&amp;nbsp; 302.565 ms&amp;nbsp; 30/2515 (1.2%)&amp;nbsp; receiver&lt;BR /&gt;[&amp;nbsp; 6] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1131 datagrams received out-of-order&lt;BR /&gt;[&amp;nbsp; 6]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.42 MBytes&amp;nbsp;&amp;nbsp; 956 Kbits/sec&amp;nbsp; 299.002 ms&amp;nbsp; 33/2513 (1.3%)&amp;nbsp; receiver&lt;BR /&gt;[&amp;nbsp; 9] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1082 datagrams received out-of-order&lt;BR /&gt;[&amp;nbsp; 9]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.41 MBytes&amp;nbsp;&amp;nbsp; 951 Kbits/sec&amp;nbsp; 176.398 ms&amp;nbsp; 19/2486 (0.76%)&amp;nbsp; receiver&lt;BR /&gt;[ 11] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1111 datagrams received out-of-order&lt;BR /&gt;[ 11]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.37 MBytes&amp;nbsp;&amp;nbsp; 941 Kbits/sec&amp;nbsp; 299.515 ms&amp;nbsp; 31/2472 (1.3%)&amp;nbsp; receiver&lt;BR /&gt;[ 13] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1130 datagrams received out-of-order&lt;BR /&gt;[ 13]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.46 MBytes&amp;nbsp;&amp;nbsp; 965 Kbits/sec&amp;nbsp; 271.778 ms&amp;nbsp; 33/2537 (1.3%)&amp;nbsp; receiver&lt;BR /&gt;[ 15] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1091 datagrams received out-of-order&lt;BR /&gt;[ 15]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.43 MBytes&amp;nbsp;&amp;nbsp; 958 Kbits/sec&amp;nbsp; 369.664 ms&amp;nbsp; 33/2517 (1.3%)&amp;nbsp; receiver&lt;BR /&gt;[ 17] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1104 datagrams received out-of-order&lt;BR /&gt;[ 17]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.41 MBytes&amp;nbsp;&amp;nbsp; 952 Kbits/sec&amp;nbsp; 206.089 ms&amp;nbsp; 32/2500 (1.3%)&amp;nbsp; receiver&lt;BR /&gt;[ 19] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1137 datagrams received out-of-order&lt;BR /&gt;[ 19]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.44 MBytes&amp;nbsp;&amp;nbsp; 960 Kbits/sec&amp;nbsp; 177.326 ms&amp;nbsp; 24/2515 (0.95%)&amp;nbsp; receiver&lt;BR /&gt;[ 21] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1142 datagrams received out-of-order&lt;BR /&gt;[ 21]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.44 MBytes&amp;nbsp;&amp;nbsp; 961 Kbits/sec&amp;nbsp; 204.638 ms&amp;nbsp; 25/2518 (0.99%)&amp;nbsp; receiver&lt;BR /&gt;[ 23] (sender statistics not available)&lt;BR /&gt;[SUM]&amp;nbsp; 0.0-30.0 sec&amp;nbsp; 1073 datagrams received out-of-order&lt;BR /&gt;[ 23]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 3.40 MBytes&amp;nbsp;&amp;nbsp; 949 Kbits/sec&amp;nbsp; 328.883 ms&amp;nbsp; 30/2492 (1.2%)&amp;nbsp; receiver&lt;BR /&gt;[SUM]&amp;nbsp;&amp;nbsp; 0.00-30.04&amp;nbsp; sec&amp;nbsp; 34.2 MBytes&amp;nbsp; 9.55 Mbits/sec&amp;nbsp; 263.586 ms&amp;nbsp; 290/25065 (1.2%)&amp;nbsp; receiver&lt;BR /&gt;CPU Utilization: local/receiver 0.3% (0.0%u/0.2%s), remote/sender 0.0% (0.0%u/0.0%s)&lt;BR /&gt;iperf3: the client has unexpectedly closed the connection&lt;BR /&gt;iperf 3.2&lt;/P&gt;&lt;P&gt;My Linux kernel version is V4.14.47, So LDSK version is not 21.08.&lt;BR /&gt;If we upgrade the kernel, it may be spend a long time.&amp;nbsp;&lt;BR /&gt;Could you pls help to verify if the NXP LDSK can work well in Linux V4.14.47?&lt;BR /&gt;And how do I download the patch lists of LDSK that refer to the out-of-order issue base on linux4.14?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 10:13:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1618347#M12056</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-20T10:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1621579#M12085</link>
      <description>&lt;P&gt;This is log on the server side.&lt;/P&gt;
&lt;P&gt;root@ls1046ardb:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# fmc -c config.xml -p policy_ipv4.xml -a&lt;BR /&gt;root@ls1046ardb:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# iperf -s -u&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Server listening on UDP port 5001&lt;BR /&gt;Receiving 1470 byte datagrams&lt;BR /&gt;UDP buffer size: 208 KByte (default)&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;[ 3] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 48762&lt;BR /&gt;[ 4] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 34738&lt;BR /&gt;[ 6] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 45080&lt;BR /&gt;[ 10] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 55858&lt;BR /&gt;[ 7] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 33969&lt;BR /&gt;[ 11] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 38818&lt;BR /&gt;[ 5] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 45524&lt;BR /&gt;[ 8] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 40491&lt;BR /&gt;[ 12] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 39511&lt;BR /&gt;[ 9] local 100.1.1.1 port 5001 connected with 100.1.1.2 port 57602&lt;BR /&gt;[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams&lt;BR /&gt;[ 11] 0.0-30.0 sec 3.04 GBytes 872 Mbits/sec 1.241 ms 449376/2673333 (17%)&lt;BR /&gt;[ 5] 0.0-30.0 sec 2.51 GBytes 719 Mbits/sec 1.056 ms 396122/2230713 (18%)&lt;BR /&gt;[ 5] 0.00-30.00 sec 29 datagrams received out-of-order&lt;BR /&gt;[ 9] 0.0-30.0 sec 2.05 GBytes 586 Mbits/sec 0.005 ms 830714/2326517 (36%)&lt;BR /&gt;[ 10] 0.0-30.0 sec 1.94 GBytes 556 Mbits/sec 0.937 ms 818548/2236157 (37%)&lt;BR /&gt;[ 8] 0.0-30.0 sec 1.49 GBytes 427 Mbits/sec 1.201 ms 1131365/2219427 (51%)&lt;BR /&gt;[ 12] 0.0-30.0 sec 1.33 GBytes 380 Mbits/sec 0.003 ms 1367096/2337784 (58%)&lt;BR /&gt;[ 3] 0.0-30.2 sec 2.04 GBytes 580 Mbits/sec 15.595 ms 821689/2313818 (36%)&lt;BR /&gt;[ 3] 0.00-30.25 sec 54 datagrams received out-of-order&lt;BR /&gt;[ 4] 0.0-30.3 sec 2.19 GBytes 622 Mbits/sec 15.590 ms 1074065/2673921 (40%)&lt;BR /&gt;[ 4] 0.00-30.25 sec 10 datagrams received out-of-order&lt;BR /&gt;[ 6] 0.0-30.2 sec 1.59 GBytes 451 Mbits/sec 15.485 ms 1174911/2336022 (50%)&lt;BR /&gt;[ 6] 0.00-30.25 sec 21 datagrams received out-of-order&lt;BR /&gt;[ 7] 0.0-30.2 sec 1.62 GBytes 460 Mbits/sec 14.620 ms 1492724/2674795 (56%)&lt;BR /&gt;[ 7] 0.00-30.25 sec 2 datagrams received out-of-order&lt;BR /&gt;[SUM] 0.0-30.3 sec 19.8 GBytes 5.62 Gbits/sec 15.595 ms 9556610/24022487 (40%)&lt;BR /&gt;[SUM] 0.00-30.25 sec 116 datagrams received out-of-order&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 09:40:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1621579#M12085</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-03-24T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1623045#M12099</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Hi,Yiping&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I saw your test result on your server side, there were also some out-of-order datagrams.&lt;BR /&gt;Like this:&lt;BR /&gt;&amp;nbsp; "[ 5] 0.00-30.00 sec 29 datagrams received out-of-order"&lt;BR /&gt;Did you test on the latest version LDSK 21.08?&amp;nbsp;&lt;BR /&gt;If yes, can I assume the ls1046 has always had the out-of-order issue?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 06:08:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1623045#M12099</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-28T06:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1623171#M12101</link>
      <description>&lt;P&gt;Yes, I used the latest LSDK, and there are a few &lt;SPAN&gt;out-of-order&amp;nbsp;datagrams on the server side when performing iperf testing on MAC10.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 08:39:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1623171#M12101</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-03-28T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1624831#M12117</link>
      <description>&lt;P&gt;Hi Yiping&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Have you analyzed why it had some out-of-order packets? Will you try to resolve to it? I think there are a few out-of-order packets of MAC10 in my card, may be familiar with yours.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 02:52:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1624831#M12117</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-03-30T02:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1626717#M12137</link>
      <description>&lt;P&gt;&lt;SPAN&gt;On the server side:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;root@ls1046ardb:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# iperf -s -u&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Server listening on UDP port 5001&lt;BR /&gt;Receiving 1470 byte datagrams&lt;BR /&gt;UDP buffer size: 208 KByte (default)&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;[ 3] local 100.1.1.1 port 5001 connected with 100.1.1.7 port 59706&lt;BR /&gt;[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams&lt;BR /&gt;[ 3] 0.0-10.0 sec 1.22 GBytes 1.05 Gbits/sec 0.017 ms 2145700350/2146591999 (1e+02%)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On the client side:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;root@localhost:/etc/fmc/config/private/ls1046ardb/RR_FFSSPPPH_1133_5559# iperf -c 100.1.1.1 -b 1000M -u&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Client connecting to 100.1.1.1, UDP port 5001&lt;BR /&gt;Sending 1470 byte datagrams, IPG target: 11.22 us (kalman adjust)&lt;BR /&gt;UDP buffer size: 208 KByte (default)&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;[ 3] local 100.1.1.7 port 53384 connected with 100.1.1.1 port 5001&lt;BR /&gt;[ ID] Interval Transfer Bandwidth&lt;BR /&gt;[ 3] 0.0-10.0 sec 1.22 GBytes 1.05 Gbits/sec&lt;BR /&gt;[ 3] Sent 891649 datagrams&lt;BR /&gt;[ 3] Server Report:&lt;BR /&gt;[ 3] 0.0- 3.3 sec 2.00 GBytes 5.22 Gbits/sec 927588.537 ms 2146298738/ 0 (inf%)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After executing FMC policy, one flow will bind to one core, so all 4 cores will be used by multiple flows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please configure multiple iperf clients(different source and destination addresses) to connect to the iperf server to create multiple flows. In the real scenario, one user application uses one flow.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 08:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1626717#M12137</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-03T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1627365#M12152</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Hi Yiping&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Your above test can enable the out-of-order become to 0 on server side? If yes, how do you test?&amp;nbsp;&lt;BR /&gt;I had said above my environment is two ls1046 cards test.So one card is the server, the other is client.&lt;BR /&gt;They are all only one IP. Why should I configure multiple iperf clients? And how do I config?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 06:33:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1627365#M12152</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-04-04T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1628837#M12186</link>
      <description>&lt;P&gt;I used the above commands to perform iperf test on LS1046ARDB,&amp;nbsp;&lt;SPAN&gt;out-of-order packets become to 0 on server side.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I uses the same test environment with you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;configuring multiple iperf clients with different source IP address to simulate multiple flows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could use iperf "--bind" parameter to bind ip address.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 07:22:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1628837#M12186</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-06T07:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1631619#M12231</link>
      <description>&lt;P&gt;Hi Yiping&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I test use iperf3&amp;nbsp; --bind (IP), there also isn't available.&lt;/P&gt;&lt;P&gt;This is my result:&lt;/P&gt;&lt;P&gt;On server side:&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;&lt;P&gt;Server listening on 5201&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;&lt;P&gt;Time: Mon, 03 Apr 2023 13:39:17 GMT&lt;/P&gt;&lt;P&gt;Accepted connection from 192.168.6.18, port 51567&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Cookie: jy6jx6fy3dzibtn4kerhm3uigsrtvwuwfp6t&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5] local 192.168.6.17 port 5201 connected to 192.168.6.18 port 59000&lt;/P&gt;&lt;P&gt;Starting Test: protocol: UDP, 1 streams, 1448 byte blocks, omitting 0 seconds, 10 second test, tos 0&lt;/P&gt;&lt;P&gt;[ ID] Interval&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Transfer&amp;nbsp; &amp;nbsp; &amp;nbsp;Bitrate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Jitter&amp;nbsp; &amp;nbsp; Lost/Total Datagrams&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 0.00-1.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.09 MBytes&amp;nbsp;9.16 Mbits/sec&amp;nbsp; 0.001 ms&amp;nbsp; 0/791 (0%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 1.00-2.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.57 Mbits/sec&amp;nbsp; 0.002 ms&amp;nbsp; 0/826 (0%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 2.00-3.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.57 Mbits/sec&amp;nbsp; 43.969 ms&amp;nbsp; 26/852 (3.1%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 3.00-4.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.56 Mbits/sec&amp;nbsp; 64.958 ms&amp;nbsp; 3/828 (0.36%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 4.00-5.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.57 Mbits/sec&amp;nbsp; 70.608 ms&amp;nbsp; -2/824 (-0.24%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 5.00-6.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.56 Mbits/sec&amp;nbsp; 0.002 ms&amp;nbsp; -27/798 (-3.4%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 6.00-7.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.57 Mbits/sec&amp;nbsp; 0.003 ms&amp;nbsp; 0/826 (0%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 7.00-8.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.57 Mbits/sec&amp;nbsp; 68.999 ms&amp;nbsp; 27/853 (3.2%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 8.00-9.00&amp;nbsp; &amp;nbsp;sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.56 Mbits/sec&amp;nbsp; 59.311 ms&amp;nbsp; -2/823 (-0.24%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 9.00-10.00&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp;9.57 Mbits/sec&amp;nbsp; 52.925 ms&amp;nbsp; 3/829 (0.36%)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp;10.00-10.05&amp;nbsp; sec&amp;nbsp; 56.6 KBytes&amp;nbsp;9.41 Mbits/sec&amp;nbsp; 63.971 ms&amp;nbsp; 0/40 (0%)&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - - -&lt;/P&gt;&lt;P&gt;Test Complete. Summary Results:&lt;/P&gt;&lt;P&gt;[ ID] Interval&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Transfer&amp;nbsp; &amp;nbsp; &amp;nbsp;Bitrate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Jitter&amp;nbsp; &amp;nbsp; Lost/Total Datagrams&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5] (sender statistics not available)&lt;/P&gt;&lt;P&gt;[SUM]&amp;nbsp; 0.0-10.0 sec&amp;nbsp;2800 datagrams received out-of-order&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 5]&amp;nbsp; 0.00-10.05&amp;nbsp; sec&amp;nbsp; 11.4 MBytes&amp;nbsp;9.52 Mbits/sec&amp;nbsp; 63.971 ms&amp;nbsp; 28/8290 (0.34%)&amp;nbsp; receiver&lt;/P&gt;&lt;P&gt;CPU Utilization: local/receiver 0.1% (0.0%u/0.1%s), remote/sender 1.9% (0.3%u/1.6%s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When on client side run:&lt;/P&gt;&lt;P&gt;iperf3 -c 192.168.6.17 -u -b 1000M&amp;nbsp;-B 192.168.6.18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think bind a host IP is used in multiple clients send packets to server, but for my environment, there is only configuration for ethernet in the client. It may be can't resolve my problem.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 00:31:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1631619#M12231</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-04-12T00:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1631874#M12238</link>
      <description>&lt;P&gt;Did you still encounter out-of-order issue when use the following command on LS1046 target board?&lt;/P&gt;
&lt;P&gt;Server: Iperf3 -s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Client: Iperf3 -c 192.168.6.17 -b 1000M -u&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 07:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1631874#M12238</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-12T07:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1632139#M12242</link>
      <description>&lt;P&gt;Yes. I still encounter out-of-order issue when use the following command on LS1046 target board.&lt;BR /&gt;You can see my test result.&lt;BR /&gt;On server side:&lt;BR /&gt;root@odin:~# iperf3 -s&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;Server listening on 5201&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;Accepted connection from 192.168.6.18, port 43454&lt;BR /&gt;[&amp;nbsp; 5] local 192.168.6.17 port 5201 connected to 192.168.6.18 port 57286&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; Bitrate&amp;nbsp;&amp;nbsp;&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; 5]&amp;nbsp;&amp;nbsp; 0.00-1.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.09 MBytes&amp;nbsp; 9.17 Mbits/sec&amp;nbsp; 29.077 ms&amp;nbsp; 16/808 (2%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 1.00-2.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 0.005 ms&amp;nbsp; -16/809 (-2%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 2.00-3.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 0.002 ms&amp;nbsp; 0/826 (0%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 3.00-4.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 33.363 ms&amp;nbsp; 28/853 (3.3%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 4.00-5.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 0.002 ms&amp;nbsp; -28/798 (-3.5%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 5.00-6.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 31.373 ms&amp;nbsp; 29/855 (3.4%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 6.00-7.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 68.889 ms&amp;nbsp; -1/824 (-0.12%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 7.00-8.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 50.453 ms&amp;nbsp; -2/824 (-0.24%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 8.00-9.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 35.075 ms&amp;nbsp; 2/828 (0.24%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 9.00-10.00&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 0.002 ms&amp;nbsp; -28/797 (-3.5%)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp; 10.00-10.08&amp;nbsp; sec&amp;nbsp; 96.2 KBytes&amp;nbsp; 9.64 Mbits/sec&amp;nbsp; 0.010 ms&amp;nbsp; 0/68 (0%)&amp;nbsp;&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; Bitrate&amp;nbsp;&amp;nbsp;&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;[SUM]&amp;nbsp; 0.0-10.1 sec&amp;nbsp; 2357 datagrams received out-of-order&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 0.00-10.08&amp;nbsp; sec&amp;nbsp; 11.4 MBytes&amp;nbsp; 9.53 Mbits/sec&amp;nbsp; 0.010 ms&amp;nbsp; 0/8290 (0%)&amp;nbsp; receiver&lt;BR /&gt;iperf3: the client has unexpectedly closed the connection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On client side:&lt;BR /&gt;root@odin:/# iperf3 -c 192.168.6.17 -b 1000M -u&lt;BR /&gt;Connecting to host 192.168.6.17, port 5201&lt;BR /&gt;[&amp;nbsp; 5] local 192.168.6.18 port 57286 connected to 192.168.6.17 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; Bitrate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Datagrams&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 0.00-1.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.19 MBytes&amp;nbsp; 9.95 Mbits/sec&amp;nbsp; 859&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 1.00-2.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 826&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 2.00-3.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 825&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 3.00-4.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 826&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 4.00-5.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 826&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 5.00-6.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 825&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 6.00-7.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 826&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 7.00-8.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.56 Mbits/sec&amp;nbsp; 825&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 8.00-9.00&amp;nbsp;&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 826&amp;nbsp;&amp;nbsp;&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 9.00-10.00&amp;nbsp; sec&amp;nbsp; 1.14 MBytes&amp;nbsp; 9.57 Mbits/sec&amp;nbsp; 826&amp;nbsp;&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; Bitrate&amp;nbsp;&amp;nbsp;&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; 5]&amp;nbsp;&amp;nbsp; 0.00-10.00&amp;nbsp; sec&amp;nbsp; 11.4 MBytes&amp;nbsp; 9.60 Mbits/sec&amp;nbsp; 0.000 ms&amp;nbsp; 0/8290 (0%)&amp;nbsp; sender&lt;BR /&gt;[&amp;nbsp; 5]&amp;nbsp;&amp;nbsp; 0.00-10.08&amp;nbsp; sec&amp;nbsp; 11.4 MBytes&amp;nbsp; 9.53 Mbits/sec&amp;nbsp; 0.010 ms&amp;nbsp; 0/8290 (0%)&amp;nbsp; receiver&lt;/P&gt;&lt;P&gt;iperf Done.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 12:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1632139#M12242</guid>
      <dc:creator>zwg132883</dc:creator>
      <dc:date>2023-04-12T12:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: UDP packets oder on LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1632734#M12249</link>
      <description>&lt;P&gt;The transfer b&lt;SPAN&gt;itrate is too low on your target board.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems that the out-of-order issue is caused by packet loss problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please check&amp;nbsp;&amp;nbsp;Fman Rx Port Statistic data on the server side.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;root@localhost:~# ls /sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_dealloc_buf&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_discard_frame&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_enq_total&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_frame&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_rx_bad_frame&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_rx_filter_frame&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_rx_large_frame&lt;BR /&gt;/sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/port_rx_out_of_buffers_discard &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;root@localhost:~# cat /sys/devices/platform/soc/1a00000.fman/1a91000.port/statistics/*&lt;BR /&gt;fm0-port-rx7 counter: 0&lt;BR /&gt;fm0-port-rx7 counter: 0&lt;BR /&gt;fm0-port-rx7 counter: 2988831&lt;BR /&gt;fm0-port-rx7 counter: 2988831&lt;BR /&gt;fm0-port-rx7 counter: 0&lt;BR /&gt;fm0-port-rx7 counter: 0&lt;BR /&gt;fm0-port-rx7 counter: 0&lt;BR /&gt;fm0-port-rx7 counter: 0&lt;BR /&gt;&lt;A href="mailto:root@localhost:~" target="_blank"&gt;root@localhost:~#&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For details regarding packet loss issue debugging, please refer to&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Layerscape-Knowledge-Base/Debugging-Packet-LOSS-and-QMAN-Enqueue-Rejection-Issues-on-DPAA/ta-p/1305377?attachment-id=118373" target="_blank"&gt;https://community.nxp.com/t5/Layerscape-Knowledge-Base/Debugging-Packet-LOSS-and-QMAN-Enqueue-Rejection-Issues-on-DPAA/ta-p/1305377?attachment-id=118373&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 03:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UDP-packets-oder-on-LS1046/m-p/1632734#M12249</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-13T03:38:33Z</dc:date>
    </item>
  </channel>
</rss>

