<?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 5-tuple support on dpdk in Embedded Intel® Core™ Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199382#M586</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to segregate data on basis of destination tcp/udp port and send them to different RX queues. From where different applications will read from their corresponding queues.&lt;/P&gt;&lt;P&gt;So I tried to implement 5 tuple filter but all the data is going to default RX queue 0 instead of setting destination to RX 1 or 2. I am using testpmd command for prototype purpose.  Below is  the command I am using.&lt;/P&gt;&lt;P&gt;5tuple_filter 0 add  dst_ip 2.2.2.2 src_ip 3.3.3.3 dst_port 2049 src_port 32 protocol 0x06 mask 0x0 tcp_flags 0x0 priority 7 queue 2&lt;/P&gt;&lt;P&gt;and network card is &lt;/P&gt;&lt;P&gt;Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection  with dpdk-2.1.0 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though Ether type filter is working on the same card which redirects data to different RX queues.  But my requirement is segregation of tcp/udp port basis not on IP or ethernet port basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-Deepak&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2015 05:00:11 GMT</pubDate>
    <dc:creator>dkuma26</dc:creator>
    <dc:date>2015-12-11T05:00:11Z</dc:date>
    <item>
      <title>5-tuple support on dpdk</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199382#M586</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to segregate data on basis of destination tcp/udp port and send them to different RX queues. From where different applications will read from their corresponding queues.&lt;/P&gt;&lt;P&gt;So I tried to implement 5 tuple filter but all the data is going to default RX queue 0 instead of setting destination to RX 1 or 2. I am using testpmd command for prototype purpose.  Below is  the command I am using.&lt;/P&gt;&lt;P&gt;5tuple_filter 0 add  dst_ip 2.2.2.2 src_ip 3.3.3.3 dst_port 2049 src_port 32 protocol 0x06 mask 0x0 tcp_flags 0x0 priority 7 queue 2&lt;/P&gt;&lt;P&gt;and network card is &lt;/P&gt;&lt;P&gt;Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection  with dpdk-2.1.0 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though Ether type filter is working on the same card which redirects data to different RX queues.  But my requirement is segregation of tcp/udp port basis not on IP or ethernet port basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-Deepak&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 05:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199382#M586</guid>
      <dc:creator>dkuma26</dc:creator>
      <dc:date>2015-12-11T05:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: 5-tuple support on dpdk</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199383#M587</link>
      <description>&lt;P&gt;Hello deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for contacting the Intel Embedded Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify that you are following the guidelines stated in section 5.8.3, on pages 34 and 35 of the &lt;A href="http://www.intel.com/content/dam/www/public/us/en/documents/guides/dpdk-testpmd-application-user-guide.pdf"&gt;http://www.intel.com/content/dam/www/public/us/en/documents/guides/dpdk-testpmd-application-user-guide.pdf&lt;/A&gt; Testpmd Application User Guide Release 2.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if this information is useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos_A.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 18:18:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199383#M587</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2015-12-11T18:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: 5-tuple support on dpdk</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199384#M588</link>
      <description>&lt;P&gt;thanks for responding Carlos. Yes..I have been referring to same document from starting. Above command that I posted , have been taken from same document. I am using dpdk-2.1.0. Somehow all the packets are going to RX queue 0 and not RX queue 1. I went through different threads already present, but I could not find the root cause of this behaviour.&lt;/P&gt;&lt;P&gt;Is there any setup related requirements for this filter. Ethernet filter is working but 5 tuple filter is not working. I have seen statistics of different RX queue's using stat_qmap .  Which register value should I check for 5 tuple filter to see if the filter was properly set.  I think rss is implemented in test-pmd application which might be causing it anyway I have tried to disable it also.&lt;/P&gt;&lt;P&gt;I am having hard times configuring this filter .please help&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 06:17:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/5-tuple-support-on-dpdk/m-p/199384#M588</guid>
      <dc:creator>dkuma26</dc:creator>
      <dc:date>2015-12-12T06:17:32Z</dc:date>
    </item>
  </channel>
</rss>

