<?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 Qbv performance test issue in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Qbv-performance-test-issue/m-p/1164239#M6751</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to do "Qbv performance test" on section 8.7.1.3.2.3 on&amp;nbsp;Layerscape Software Development Kit User Guide, Rev. 20.04, 04/2020&lt;/P&gt;&lt;P&gt;when I write the line "qbvset --device eno0 --entryfile qbv5.txt" on terminal (teraterm), I got the following:&lt;/P&gt;&lt;P&gt;[91384.235278] fsl_enetc 0000:00:00.0 eno0: not support speed&lt;BR /&gt;echo reply:eno0&lt;BR /&gt;echo reply:0&lt;/P&gt;&lt;P&gt;then when I write the next line "./pktgen/pktgen_twoqueue.sh -i eno0 -q 3 -n 0 ", I got the following:&lt;/P&gt;&lt;P&gt;./pktgen/pktgen_twoqueue.sh: No such file or directory&lt;/P&gt;&lt;P&gt;someone could help me to solve it? I'm not sure if the reason can be that when kernel is starting I got the following:&lt;/P&gt;&lt;P&gt;[FAILED] Failed to start Create Volatile Files and Directories.&lt;/P&gt;&lt;P&gt;[FAILED] Failed to mount Boot Partition.&lt;BR /&gt;See 'systemctl status boot.mount' for details.&lt;BR /&gt;[DEPEND] Dependency failed for Unattended Upgrades Shutdown.&lt;BR /&gt;Starting Load Kernel Modules...&lt;BR /&gt;[FAILED] Failed to start Load Kernel Modules.&lt;/P&gt;&lt;P&gt;[FAILED] Failed to start Docker Application Container Engine.&lt;/P&gt;&lt;P&gt;if is the case, someone knows how to fix it?&lt;/P&gt;&lt;P&gt;I'm working on LS1028A board with a custom iamge loaded that I build with flexbuilder.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 01:01:48 GMT</pubDate>
    <dc:creator>Mereye</dc:creator>
    <dc:date>2020-10-08T01:01:48Z</dc:date>
    <item>
      <title>Qbv performance test issue</title>
      <link>https://community.nxp.com/t5/Layerscape/Qbv-performance-test-issue/m-p/1164239#M6751</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to do "Qbv performance test" on section 8.7.1.3.2.3 on&amp;nbsp;Layerscape Software Development Kit User Guide, Rev. 20.04, 04/2020&lt;/P&gt;&lt;P&gt;when I write the line "qbvset --device eno0 --entryfile qbv5.txt" on terminal (teraterm), I got the following:&lt;/P&gt;&lt;P&gt;[91384.235278] fsl_enetc 0000:00:00.0 eno0: not support speed&lt;BR /&gt;echo reply:eno0&lt;BR /&gt;echo reply:0&lt;/P&gt;&lt;P&gt;then when I write the next line "./pktgen/pktgen_twoqueue.sh -i eno0 -q 3 -n 0 ", I got the following:&lt;/P&gt;&lt;P&gt;./pktgen/pktgen_twoqueue.sh: No such file or directory&lt;/P&gt;&lt;P&gt;someone could help me to solve it? I'm not sure if the reason can be that when kernel is starting I got the following:&lt;/P&gt;&lt;P&gt;[FAILED] Failed to start Create Volatile Files and Directories.&lt;/P&gt;&lt;P&gt;[FAILED] Failed to mount Boot Partition.&lt;BR /&gt;See 'systemctl status boot.mount' for details.&lt;BR /&gt;[DEPEND] Dependency failed for Unattended Upgrades Shutdown.&lt;BR /&gt;Starting Load Kernel Modules...&lt;BR /&gt;[FAILED] Failed to start Load Kernel Modules.&lt;/P&gt;&lt;P&gt;[FAILED] Failed to start Docker Application Container Engine.&lt;/P&gt;&lt;P&gt;if is the case, someone knows how to fix it?&lt;/P&gt;&lt;P&gt;I'm working on LS1028A board with a custom iamge loaded that I build with flexbuilder.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 01:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Qbv-performance-test-issue/m-p/1164239#M6751</guid>
      <dc:creator>Mereye</dc:creator>
      <dc:date>2020-10-08T01:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qbv performance test issue</title>
      <link>https://community.nxp.com/t5/Layerscape/Qbv-performance-test-issue/m-p/1167489#M6782</link>
      <description>&lt;P&gt;&lt;BR /&gt;Did it work for you with the default LSDK images? Based on the error outputs you provided, there are significant problems with your system initialization stage, however, I cannot tell what is the root cause. Suggestions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Analyze the changes you introduced, in particular, check what files/packages you have removed and/or&amp;nbsp; what you have altered in the system initialization scripts.&lt;/LI&gt;
&lt;LI&gt;Go through the boot log to see why the you hasystem fails to mount the boot partition, there must be more error messages.&lt;/LI&gt;
&lt;LI&gt;To make PKTGEN available in your root filesystem, follow &lt;A href="https://docs.nxp.com/bundle/GUID-C3A436DA-E944-4F73-9811-2335DEBD04D6/page/GUID-47B8F1F5-3A8F-45F4-A096-4D3DCDE8D07C.html" target="_self"&gt;the steps to build&lt;/A&gt; &lt;A href="https://docs.nxp.com/bundle/GUID-C3A436DA-E944-4F73-9811-2335DEBD04D6/page/GUID-47B8F1F5-3A8F-45F4-A096-4D3DCDE8D07C.html" target="_self"&gt;and merge LSDK apps&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Platon&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Qbv-performance-test-issue/m-p/1167489#M6782</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2020-10-14T13:28:40Z</dc:date>
    </item>
  </channel>
</rss>

