<?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>LayerscapeのトピックRe: LS1043A configure DPAA</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069990#M6140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please boot up Linux system with USDPAA dtb file&amp;nbsp;fsl-ls1043a-rdb-usdpaa.dtb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please configure bootargs similar as the following.&lt;/P&gt;&lt;P&gt;root=/dev/mmcblk0p4 rw rootdelay=10 console=ttyS0,115200 ramdisk_size=0x10000000 nokaslr bportals=s0 qportals=s0 default_hugepagesz=2MB hugepagesz=2MB hugepages=448 nmi_watchdog=0 rcupdate.rcu_cpu_stall_suppress=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@localhost:~# fmc -x&lt;BR /&gt;root@localhost:~# mkdir -p /mnt/hugepages&lt;BR /&gt;root@localhost:~# mount -t hugetlbfs none /mnt/hugepages&lt;BR /&gt;root@localhost:~# export DPAA_FMC_MODE=1&lt;BR /&gt;root@localhost:~# fmc -c /root/dpdkfiles/usdpaa_config_ls1043.xml -p /root/dpdkfiles/usdpaa_policy_hash_ipv4_1queue.xml -a&lt;BR /&gt;root@localhost:~# export DPAA_NUM_RX_QUEUES=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing testpmd application:&lt;BR /&gt;• For TX only:&lt;BR /&gt;./bin/testpmd -c 0x3 -n 1 -- -i --nb-cores=1 --portmask=0x1 --nb-ports=1 --forward-mode=txonly&lt;/P&gt;&lt;P&gt;--disable-hw-vlan --port-topology=chained&lt;BR /&gt;• For RX only:&lt;BR /&gt;./bin/testpmd -c 0x3 -n 1 -- -i --nb-cores=1 --portmask=0x1 --nb-ports=1 --forward-mode=rxonly&lt;/P&gt;&lt;P&gt;--disable-hw-vlan --port-topology=chained&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2020 03:43:39 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2020-08-27T03:43:39Z</dc:date>
    <item>
      <title>LS1043A configure DPAA</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069989#M6139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to configure DPAA on LS1043A. I have the Layerscape sdk kernel installed along with DPDK linux application. I am trying to run testpmd, but it gives me an error that no FMAN ports are available. I have an ethernet cable going from RGMII1 on the LS1043A RDB to my pc's ethernet port. I configured the address and am able to ping it as well. I want to know how to configure the FMAN to the RGMII1 port and how to run the testpmd application? Also the LSDK guide mentions ad a variable "othbootargs" during boot time for uboot. How is that done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 00:40:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069989#M6139</guid>
      <dc:creator>smruthi_ramesh</dc:creator>
      <dc:date>2020-08-27T00:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A configure DPAA</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069990#M6140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please boot up Linux system with USDPAA dtb file&amp;nbsp;fsl-ls1043a-rdb-usdpaa.dtb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please configure bootargs similar as the following.&lt;/P&gt;&lt;P&gt;root=/dev/mmcblk0p4 rw rootdelay=10 console=ttyS0,115200 ramdisk_size=0x10000000 nokaslr bportals=s0 qportals=s0 default_hugepagesz=2MB hugepagesz=2MB hugepages=448 nmi_watchdog=0 rcupdate.rcu_cpu_stall_suppress=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@localhost:~# fmc -x&lt;BR /&gt;root@localhost:~# mkdir -p /mnt/hugepages&lt;BR /&gt;root@localhost:~# mount -t hugetlbfs none /mnt/hugepages&lt;BR /&gt;root@localhost:~# export DPAA_FMC_MODE=1&lt;BR /&gt;root@localhost:~# fmc -c /root/dpdkfiles/usdpaa_config_ls1043.xml -p /root/dpdkfiles/usdpaa_policy_hash_ipv4_1queue.xml -a&lt;BR /&gt;root@localhost:~# export DPAA_NUM_RX_QUEUES=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing testpmd application:&lt;BR /&gt;• For TX only:&lt;BR /&gt;./bin/testpmd -c 0x3 -n 1 -- -i --nb-cores=1 --portmask=0x1 --nb-ports=1 --forward-mode=txonly&lt;/P&gt;&lt;P&gt;--disable-hw-vlan --port-topology=chained&lt;BR /&gt;• For RX only:&lt;BR /&gt;./bin/testpmd -c 0x3 -n 1 -- -i --nb-cores=1 --portmask=0x1 --nb-ports=1 --forward-mode=rxonly&lt;/P&gt;&lt;P&gt;--disable-hw-vlan --port-topology=chained&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 03:43:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069990#M6140</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-08-27T03:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A configure DPAA</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069991#M6141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error with using --port-topology=chained and it says invalid command&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111023i9C0E0909F741F304/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 18:03:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069991#M6141</guid>
      <dc:creator>smruthi_ramesh</dc:creator>
      <dc:date>2020-08-27T18:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A configure DPAA</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069992#M6142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rx:&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;# testpmd -c 0xe -n 1 -- -a --coremask=0xc --portmask=0x4 --forward-mode=rxonly

Tx:

# testpmd -c 0xe -n 1 -- -a --coremask=0xc --portmask=0x4 --forward-mode=txonly&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 04:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069992#M6142</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-08-28T04:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A configure DPAA</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069993#M6143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it worked. Is there any way to step through the code and see how it works on Codewarrior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 19:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-configure-DPAA/m-p/1069993#M6143</guid>
      <dc:creator>smruthi_ramesh</dc:creator>
      <dc:date>2020-08-28T19:21:52Z</dc:date>
    </item>
  </channel>
</rss>

