<?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: Query regarding DPDMUX</title>
    <link>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2021925#M15244</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199933"&gt;@Oswalag&lt;/a&gt;,&amp;nbsp;thanks for your reply. I have read "9.2.12.3 Traffic bifurcation using DPDMUX on DPAA2" of&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf" target="_self" rel="nofollow noopener noreferrer"&gt;LSDK2108 User guide&lt;/A&gt;&lt;SPAN&gt;. But it does not resolve my queries.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In user guide, traffic bifurcation is based on "DPDMUX_METHOD_CUSTOM" but I want to do traffic bifurcation on&amp;nbsp;DPDMUX_METHOD_MAC. I have not come across any working example on the same.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ruby&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2025 14:20:17 GMT</pubDate>
    <dc:creator>RubyS</dc:creator>
    <dc:date>2025-01-03T14:20:17Z</dc:date>
    <item>
      <title>Query regarding DPDMUX</title>
      <link>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2012903#M15185</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am beginner on DPAA2. I am working on LX2160 and trying to create a DPDMUX with 2 DPNI interfaces. My requirement is to bifurcate the RX packets based on MAC address.&lt;/P&gt;&lt;P&gt;I was able to create the DPDMUX with 2 DPNI (DPNI.1 and DPNI.2). Now when I try to ping&amp;nbsp; the DPNI.1 from PC, I see the RX packet on both DPNI.1 and DPNI.2 using tcpdump command.&lt;/P&gt;&lt;P&gt;My understanding was that packet should only be forwarded to DPNI.1 since both DPNI.1 and DPNI.2 have different IP and MAC address.&lt;/P&gt;&lt;P&gt;Could anyone please help me understand what should be the expected behaviour in case I ping the DPNI.1 and DPNI.2 interfaces from the PC? Should I see the packet on both the interfaces or only on the target DPNI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please let me know if I have missed any steps to create a proper DPDMUX configuration for RX traffic bifurcation.&lt;/P&gt;&lt;P&gt;I have used the below commands:&lt;/P&gt;&lt;P&gt;#Create a dpni with no link:&lt;BR /&gt;ls-addni --no-link&lt;BR /&gt;#Created interface: eth5 (object:dpni.5, endpoint: )&lt;/P&gt;&lt;P&gt;#Create a DPDMUX and assign it to dprc.1&lt;BR /&gt;restool dpdmux create --num-ifs=2 --method=DPDMUX_METHOD_MAC --manip=DPDMUX_MANIP_NONE --option=DPDMUX_OPT_CLS_MASK_SUPPORT -- container=dprc.1&lt;/P&gt;&lt;P&gt;#Removing a DPMAC from DPRC.1&lt;BR /&gt;restool dprc disconnect dprc.1 --endpoint=dpmac.3&lt;/P&gt;&lt;P&gt;#Assign DPNI.5 and DPNI. X to DPDDMUX.0&lt;BR /&gt;restool dprc connect dprc.1 --endpoint1=dpdmux.0.0 --endpoint2=dpmac.3&lt;BR /&gt;restool dprc connect dprc.1 --endpoint1=dpdmux.0.1 --endpoint2=dpni.5&lt;BR /&gt;restool dprc connect dprc.1 --endpoint1=dpdmux.0.2 --endpoint2=dpni.3&lt;BR /&gt;restool dprc assign dprc.1 --object=dpdmux.0 --plugged=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ls-listni&lt;BR /&gt;dprc.1/dpni.5 (interface: eth5, end point: dpdmux.0.1)&lt;BR /&gt;dprc.1/dpni.3 (interface: eth1, end point: dpdmux.0.2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also do we need to do any configuration in fdb? Or set some rules using ethtool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 13:40:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2012903#M15185</guid>
      <dc:creator>RubyS</dc:creator>
      <dc:date>2024-12-12T13:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding DPDMUX</title>
      <link>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2017251#M15218</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It is explained in chapter&amp;nbsp;9.2.12.3 Traffic bifurcation using DPDMUX on DPAA2, please find it in the &lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf" target="_self"&gt;LSDK2108 User guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 13:46:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2017251#M15218</guid>
      <dc:creator>Oswalag</dc:creator>
      <dc:date>2024-12-19T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding DPDMUX</title>
      <link>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2021925#M15244</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199933"&gt;@Oswalag&lt;/a&gt;,&amp;nbsp;thanks for your reply. I have read "9.2.12.3 Traffic bifurcation using DPDMUX on DPAA2" of&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf" target="_self" rel="nofollow noopener noreferrer"&gt;LSDK2108 User guide&lt;/A&gt;&lt;SPAN&gt;. But it does not resolve my queries.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In user guide, traffic bifurcation is based on "DPDMUX_METHOD_CUSTOM" but I want to do traffic bifurcation on&amp;nbsp;DPDMUX_METHOD_MAC. I have not come across any working example on the same.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ruby&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 14:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2021925#M15244</guid>
      <dc:creator>RubyS</dc:creator>
      <dc:date>2025-01-03T14:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding DPDMUX</title>
      <link>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2071680#M15559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately, I have also made the same observation that when using "tcpdump" and pinging the interfaces the packets arrive at both DPNIs. The documenetation referrenced also doesn't put some lights on our observations. Please be more specific and don't reference chapter in the documentation to bring us further general explanation. We are seeking concrete help and not something we already know.&lt;BR /&gt;&lt;BR /&gt;Moreover, I suspect, that when using &lt;EM&gt;tcpdump&lt;/EM&gt; the promiscous mode is implicitly enabled for the captured modules, i.e., if you don't turn on promisc mode, you want see nothing, which cannot be, since we expect the DPDMUX to learn the MAC addresses from the attached downlink ports.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 05:55:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Query-regarding-DPDMUX/m-p/2071680#M15559</guid>
      <dc:creator>RaRiRu</dc:creator>
      <dc:date>2025-04-01T05:55:09Z</dc:date>
    </item>
  </channel>
</rss>

