<?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: T1040D4RDB DPAA FMan Coarse Classifier in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2023811#M5124</link>
    <description>&lt;P&gt;I have attached the source code from &lt;SPAN&gt;git.freescale.com&amp;nbsp;&lt;/SPAN&gt;to you, which is extracted from QorIQ SDK 2.0 1703 release.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I suggest you use QorIQ SDK 2.0 1703 for T1040D4RDB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please search for "QorIQ Linux SDK 2.0-1703" from &lt;A href="http://www.nxp.com," target="_blank"&gt;www.nxp.com,&lt;/A&gt;&amp;nbsp;and download the software.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2025 07:44:38 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2025-01-08T07:44:38Z</dc:date>
    <item>
      <title>T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2017463#M5108</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;  I am having trouble using the DPAA FMan Coarse Classifier on the T1040D4RDB. As far as I can tell, I have fully set up this software on the board. When booting, the microcode is loaded correctly, the clock is selected and turned on, and I can print in memacEndRxHandle each time a packet comes in. However, I want to add a Coarse Classifier to only let in packets if they match a given MAC address. I followed the guidelines in vxbQoriQFman.c. I can see the fmanCcPortConfig and fmanCcConfigAdd go through, but it doesn't filter out any packets. I also tried to get the FMC tool working but I couldn't get the library versions to line up. Is there any demo code that I can use to filter out packets or are there any suggestions for how I can get this working?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 22:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2017463#M5108</guid>
      <dc:creator>Cole_B</dc:creator>
      <dc:date>2024-12-19T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2018501#M5110</link>
      <description>&lt;P&gt;You could implement your purpose through creating &lt;STRONG&gt;PCD&lt;/STRONG&gt; policies to configure DPAA hardware(FMAN) to parse, classify and distribute packets from the expected &lt;STRONG&gt;MAC&lt;/STRONG&gt; addresses to a series of frame queues, where processors dequeue packets.You could use fmc tool to write XML &lt;STRONG&gt;PCD&lt;/STRONG&gt; policies to FMAN hardware.I created a sample for your based on the existing example provided in Linux SDK.If you can run Linux SDK images on your target board, you could use this sample to do verification, I have attached the &lt;STRONG&gt;policy&lt;/STRONG&gt; and configuration files to you.Please refer to the following content in &lt;STRONG&gt;policy&lt;/STRONG&gt; file policy_ipv4.xml, please modify the data filed in mac_dest_clsf1 classification as your expected &lt;STRONG&gt;MAC&lt;/STRONG&gt; address. In my testing environment, the source &lt;STRONG&gt;MAC&lt;/STRONG&gt; &lt;STRONG&gt;address&lt;/STRONG&gt; is 00:e0:0c:00:71:00.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 09:22:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2018501#M5110</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-12-23T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2020561#M5112</link>
      <description>&lt;P&gt;Can you provide the code outputted by the FMC tool using that policy file? I can't seem to get the tool to compile.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 20:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2020561#M5112</guid>
      <dc:creator>Cole_B</dc:creator>
      <dc:date>2024-12-30T20:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2021176#M5113</link>
      <description>&lt;P&gt;Please refer to the attached fmc source code and Yocto recipe to compile fmc.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 08:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2021176#M5113</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-02T08:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2022022#M5119</link>
      <description>&lt;P&gt;Can you share what versions of the necessary libraries you are using? (xmllib2, tclap, fmd)&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 22:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2022022#M5119</guid>
      <dc:creator>Cole_B</dc:creator>
      <dc:date>2025-01-03T22:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2022923#M5120</link>
      <description>&lt;P&gt;libxml2：2.9.2&lt;/P&gt;
&lt;P&gt;fmlib：&lt;/P&gt;
&lt;P&gt;SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x"&lt;/P&gt;
&lt;P&gt;SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tclap：1.2.1&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 03:33:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2022923#M5120</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-07T03:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2023418#M5122</link>
      <description>&lt;P&gt;Which layer are you using to get the t1040qds? I don't see it in the meta-freescale layer's available machines. Also, I don't seem to be able to pull from git.freescale.com. Is there some extra setup that I need to do the access that code?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 17:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2023418#M5122</guid>
      <dc:creator>Cole_B</dc:creator>
      <dc:date>2025-01-07T17:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2023811#M5124</link>
      <description>&lt;P&gt;I have attached the source code from &lt;SPAN&gt;git.freescale.com&amp;nbsp;&lt;/SPAN&gt;to you, which is extracted from QorIQ SDK 2.0 1703 release.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I suggest you use QorIQ SDK 2.0 1703 for T1040D4RDB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please search for "QorIQ Linux SDK 2.0-1703" from &lt;A href="http://www.nxp.com," target="_blank"&gt;www.nxp.com,&lt;/A&gt;&amp;nbsp;and download the software.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 07:44:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2023811#M5124</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-08T07:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2026011#M5125</link>
      <description>&lt;P&gt;I successfully compiled the FMC tool on an external device and now I’m trying to boot Linux onto the T1040. I extracted the t1040 uImage and device tree from the QorIQ Linux SDK iso. When I load these onto the T1040 I am getting the error “No filesystem could mount root.” I tried using each of the listed partitions in the bootcmd under root=, but none worked. Then I tried booting from an nfs mount, which it said it couldn’t find. I could access this nfs mount from another machine so I know that it wasn’t the issue. Finally, I tried using an external USB, but it could not select that either. How can I fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 18:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2026011#M5125</guid>
      <dc:creator>Cole_B</dc:creator>
      <dc:date>2025-01-10T18:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: T1040D4RDB DPAA FMan Coarse Classifier</title>
      <link>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2026264#M5126</link>
      <description>&lt;P&gt;Please create a new thread to address your new problem.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 02:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040D4RDB-DPAA-FMan-Coarse-Classifier/m-p/2026264#M5126</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-13T02:17:34Z</dc:date>
    </item>
  </channel>
</rss>

