<?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: Enabling forward traffic on switch ports from DPSW (DPAA2) without running OS in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1450554#M10472</link>
    <description>&lt;P&gt;Thank you for your inputs ! I succeeded to deploy the DPSW with forward traffic enabled under U-Boot without running Linux.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 08:42:56 GMT</pubDate>
    <dc:creator>rgallais</dc:creator>
    <dc:date>2022-04-28T08:42:56Z</dc:date>
    <item>
      <title>Enabling forward traffic on switch ports from DPSW (DPAA2) without running OS</title>
      <link>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1449840#M10462</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;From my trials, it seems that applying DPL from U-Boot is not enough to enable the DPSW and enable forwarding traffic on switch ports from DPSW and I needed to run the following command "ip link set eth&amp;lt;N&amp;gt; master &amp;lt;brX&amp;gt;" (under Linux) to do it.&lt;/P&gt;&lt;P&gt;Is there a way to enable forward traffic on switch ports from DPSW (DPAA2) without running OS ?&lt;/P&gt;&lt;P&gt;It would be great to do so from DPL configuration but I haven't found how to do it from LSDK UG document.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 10:05:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1449840#M10462</guid>
      <dc:creator>rgallais</dc:creator>
      <dc:date>2022-04-27T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling forward traffic on switch ports from DPSW (DPAA2) without running OS</title>
      <link>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1450483#M10470</link>
      <description>&lt;P&gt;Please get mc_utils source code folder in&amp;nbsp;flexbuild_lsdk2108/components/firmware/mc_utils/.&lt;/P&gt;
&lt;P&gt;Please refer to dpl file in&amp;nbsp;mc_utils/config/ls2088a/LS2088A-RDB/custom/dpl-eth-dpsw.0x2A_0x41.dts.&lt;/P&gt;
&lt;P&gt;/* ------------ DPSW ---------------*/&lt;BR /&gt;obj@900 {&lt;BR /&gt;obj_name = "dpsw@0";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;objects {&lt;/P&gt;
&lt;P&gt;...&lt;BR /&gt;/* ------------ DPSW ---------------*/&lt;BR /&gt;dpsw@0 {&lt;BR /&gt;compatible = "fsl,dpsw";&lt;BR /&gt;options = "DPSW_OPT_CTRL_IF_DIS";&lt;BR /&gt;max_vlans = &amp;lt;0x10&amp;gt;;&lt;BR /&gt;max_fdbs = &amp;lt;0x1&amp;gt;;&lt;BR /&gt;num_fdb_entries = &amp;lt;0x400&amp;gt;;&lt;BR /&gt;fdb_aging_time = &amp;lt;0x12c&amp;gt;;&lt;BR /&gt;num_ifs = &amp;lt;0x4&amp;gt;;&lt;BR /&gt;max_fdb_mc_groups = &amp;lt;0x40&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;connections {&lt;BR /&gt;connection@0{&lt;BR /&gt;/* Copper port (ETH0 on the RDB chassis) */&lt;BR /&gt;endpoint1 = "dpni@0";&lt;BR /&gt;endpoint2 = "dpmac@5";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;connection@1 {&lt;BR /&gt;/* Copper port (ETH1 on the RDB chassis) */&lt;BR /&gt;endpoint1 = "dpsw@0/if@0";&lt;BR /&gt;endpoint2 = "dpmac@6";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;connection@2 {&lt;BR /&gt;/* Copper port (ETH2 on the RDB chassis) */&lt;BR /&gt;endpoint1 = "dpsw@0/if@1";&lt;BR /&gt;endpoint2 = "dpmac@7";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;connection@3 {&lt;BR /&gt;/* Copper port (ETH3 on the RDB chassis) */&lt;BR /&gt;endpoint1 = "dpsw@0/if@2";&lt;BR /&gt;endpoint2 = "dpmac@8";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;connection@4 {&lt;BR /&gt;/* Internal port (ni1 in Linux) */&lt;BR /&gt;endpoint1 = "dpsw@0/if@3";&lt;BR /&gt;endpoint2 = "dpni@1";&lt;/P&gt;
&lt;P&gt;};&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1450483#M10470</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-04-28T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling forward traffic on switch ports from DPSW (DPAA2) without running OS</title>
      <link>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1450554#M10472</link>
      <description>&lt;P&gt;Thank you for your inputs ! I succeeded to deploy the DPSW with forward traffic enabled under U-Boot without running Linux.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 08:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Enabling-forward-traffic-on-switch-ports-from-DPSW-DPAA2-without/m-p/1450554#M10472</guid>
      <dc:creator>rgallais</dc:creator>
      <dc:date>2022-04-28T08:42:56Z</dc:date>
    </item>
  </channel>
</rss>

