<?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: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1296201#M8256</link>
    <description>&lt;P&gt;My PTP is activated as well as my qdisc now. But my multicast packets seems to be dropped by the switch even if I cannot be sure of that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have a lot of hardware available, so I just have another board which is PTP compatible. This is my talker which send my flow with VLAN TAG (VID 8, PCP 6). My vlan_filtering is activated on the switch and the vid 8 has been added in bridge vlan table on port that need it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, my listener is not PTP compatible but is only used to listen on its port different ethernet packets that come (because there are multicast packet).&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I have no trace f my packets in output of the switch when vlan_filtering is on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jun 2021 13:45:28 GMT</pubDate>
    <dc:creator>Waner</dc:creator>
    <dc:date>2021-06-22T13:45:28Z</dc:date>
    <item>
      <title>LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1288390#M8162</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to put a little example in place to prove the efficiency of tc qdisc taprio offloaded on hardware of LS1021 TSN switch. But I have some troubles to get results that I want, It seems that the qdisc does not have any effect on my flows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Set-up :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;One talker sends Ethernet frames on swp5 port of TSN switch via its VLAN (VID : 8, PCP : 1).&lt;BR /&gt;One talker sends Ethernet frames on swp2 port of TSN switch via its VLAN (VID : 8, PCP : 0).&amp;nbsp;&lt;BR /&gt;One listener is linked to swp3 port of TSN switch and sniff data tcpdump (and write a .pcap file for wireshark).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TSN switch configuration:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As I want to use VLAN tags that are already present in my frames, I allow VLAN tag conservation with :&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;&amp;gt; ip link set br0 type bridge vlan_filtering 1&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;&amp;gt; ip link set swp2 master br0&lt;BR /&gt;&amp;gt; ip link set swp3 master br0&lt;BR /&gt;&amp;gt; ip link set swp5 master br0&lt;BR /&gt;&amp;gt; bridge vlan add dev swp2 vip 8&lt;BR /&gt;&amp;gt; bridge vlan add dev swp3 vip 8&lt;BR /&gt;&amp;gt; bridge vlan add dev swp5 vip 8&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TAPRIO qdisc :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to install my qdisc in hardware, and I want to see its effect on my frames. So I chose to put some high time for each gate state to see the effect of my queuing discipline on wireshark. (the period of sending data for both talker is 250µs).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;tc qdisc replace dev swp3 parent root handle 100 taprio num_tc 8 map 0 1 2 3 4 5 6 7 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 sched-entry S 0x01 50000000 sched-entry S 0x02 50000000 sched-entry S 0x00 50000000 sched-entry S 0x03 50000000 flags 2&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Results :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I look at wireshark my differents flows, this is just like no qdisc was installed. It does not stop any flows during my 50ms but I do not understand why.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I already checked that the qdisc was well installed with tc qdisc show dev swp3).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do someone have any idea ? Do you know it there is a way to check the content of SHARINDX in order to know where my frames pass to be forwarded ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 13:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1288390#M8162</guid>
      <dc:creator>Waner</dc:creator>
      <dc:date>2021-06-09T13:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1289840#M8185</link>
      <description>&lt;P&gt;Edit : I looked inside drivers of SJA1105 today. Can it be the fact that I use UDP broadcasting (with VLAN tag) that produce that ? I saw that there are special SHARINDEX for broadcast and I do not know if the VLAN tag is analyzed in this situation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 10:32:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1289840#M8185</guid>
      <dc:creator>Waner</dc:creator>
      <dc:date>2021-06-09T10:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1295530#M8247</link>
      <description>&lt;P&gt;Does anyone have an idea ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 16:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1295530#M8247</guid>
      <dc:creator>Waner</dc:creator>
      <dc:date>2021-06-21T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1295712#M8251</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Run the SJA1105 Time-Aware Scheduler (802.1Qbv engine) based on the PTP clock and enable PTP clock. Please refer to the following section for details.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;" 7.4.3 Synchronized 802.1Qbv demo" in Openil UG &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 01:49:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1295712#M8251</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-06-22T01:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1296201#M8256</link>
      <description>&lt;P&gt;My PTP is activated as well as my qdisc now. But my multicast packets seems to be dropped by the switch even if I cannot be sure of that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have a lot of hardware available, so I just have another board which is PTP compatible. This is my talker which send my flow with VLAN TAG (VID 8, PCP 6). My vlan_filtering is activated on the switch and the vid 8 has been added in bridge vlan table on port that need it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, my listener is not PTP compatible but is only used to listen on its port different ethernet packets that come (because there are multicast packet).&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I have no trace f my packets in output of the switch when vlan_filtering is on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 13:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1296201#M8256</guid>
      <dc:creator>Waner</dc:creator>
      <dc:date>2021-06-22T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1296255#M8257</link>
      <description>&lt;P&gt;Moreover, in User Guide, they say that if you do not specify the VID in the bridge table but you put a PCP in your vlan tag for messages incoming in the switch, it is supposed to work. But after some tests, it does not work for me. I suppose that the bridge is not able to get my VLAN information but I can't get why,&lt;/P&gt;&lt;P&gt;find enclosed a packet that I transmit to the bridge, maybe you will see something that I do not get.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 15:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1296255#M8257</guid>
      <dc:creator>Waner</dc:creator>
      <dc:date>2021-06-22T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, qdisc TAPRIO does not respond as expected</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1301698#M8341</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Would you please provide your configuration commands for multicast test?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW, please check whether your listener has been added into multicast group.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 08:55:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-qdisc-TAPRIO-does-not-respond-as-expected/m-p/1301698#M8341</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-02T08:55:34Z</dc:date>
    </item>
  </channel>
</rss>

