<?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:[Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100% in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1495203#M23529</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are extremely sorry for the confusion. We need your "rte_ethdev.h" file or the executable to reproduce the issue from our side. So that we contacted you privately.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share your "rte_ethdev.h" file. Or if possible send your executable.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please attach the result directory also.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jun 2023 08:59:55 GMT</pubDate>
    <dc:creator>AthiraM_Intel</dc:creator>
    <dc:date>2023-06-13T08:59:55Z</dc:date>
    <item>
      <title>[Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1488815#M23452</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to using VTune profiler.&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;Intel® VTune™ Profiler (version 2023.1.0) offline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to test communication between two modules which uses DPDK for packet forwarding from Module 1 to Module 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to understand how many of &lt;STRONG&gt;rte_eth_rx_burst&lt;/STRONG&gt;() calls actually fetch&amp;nbsp;data in Module 1 which receives data from Module 2.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Module 1 &lt;STRONG&gt;rte_eth_rx_burst()&lt;/STRONG&gt; is running under a while(1) loop on a separate thread which is used exclusively for received data from Module 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am running "&lt;/SPAN&gt;&lt;STRONG&gt;Input and Output Analysis&lt;/STRONG&gt;" by selection DPDK I/O API&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My understanding is even if there is no data then also CPU time for the DPDK Rx thread of Module 1 would be close to 100% (99.6%) once my module 1 is running as it runs in while (1) loop.&lt;BR /&gt;&lt;BR /&gt;But I can see even though the Module 1 (DPDK Rx Thread) is running fine throughout the test run of 60 seconds, it shows&lt;STRONG&gt; CPU time&lt;/STRONG&gt; close to 100% only for first few seconds 7~8 seconds.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paresh_agarwal_5-1684850647045.png" style="width: 608px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/41484i777FC152B34A667F/image-dimensions/608x28/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="608" height="28" role="button" title="paresh_agarwal_5-1684850647045.png" alt="paresh_agarwal_5-1684850647045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whereas &lt;STRONG&gt;DPDK Rx Spin time&lt;/STRONG&gt; is shown close to 100% (99.5%) throughout the test run of 60 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paresh_agarwal_4-1684850624154.png" style="width: 622px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/41483i2C0E34D474EF80DF/image-dimensions/622x28/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="622" height="28" role="button" title="paresh_agarwal_4-1684850624154.png" alt="paresh_agarwal_4-1684850624154.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Please help me to understand what is missing which is causing this behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 14:08:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1488815#M23452</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-05-23T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re:[Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1489219#M23456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share the following details:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt; OS and Hardware details&lt;/LI&gt;&lt;LI&gt;Sample reproducer code&lt;/LI&gt;&lt;LI&gt;The exact steps you followed to reproduce the same from our end&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2023 10:34:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1489219#M23456</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-05-24T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1490880#M23468</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.OS and Hardware details&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Collection and Platform Info&lt;BR /&gt;Application Command Line:&lt;BR /&gt;Operating System: 4.18.0-348.12.2.rt7.143.el8_5.x86_64 Red Hat Enterprise Linux release 8.4 (Ootpa)&lt;BR /&gt;Result Size: 172.4 MB&lt;BR /&gt;Collection start time: 14:59:56 18/05/2023 UTC&lt;BR /&gt;Collection stop time: 15:00:59 18/05/2023 UTC&lt;BR /&gt;Collector Type: Driverless Perf system-wide sampling, User-mode sampling and tracing&lt;BR /&gt;Finalization mode: Fast. If the number of collected samples exceeds the threshold, this mode limits the number of processed samples to speed up post-processing.&lt;BR /&gt;CPU&lt;BR /&gt;Name: Intel(R) Xeon(R) Processor code named Icelake&lt;BR /&gt;Frequency: 2.1 GHz&lt;BR /&gt;Logical CPU Count: 24&lt;BR /&gt;Max DRAM Single-Package Bandwidth: 76.0 GB/s&lt;BR /&gt;LLC size: 37.7 MB&lt;BR /&gt;Cache Allocation Technology&lt;BR /&gt;Level 2 capability: not detected&lt;BR /&gt;Level 3 capability: available&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Sample reproducer code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The code below is a sample code which can give you an idea&amp;nbsp;of how my&amp;nbsp;code looks like, there is a separate thread which runs on a separate core to receive rx data from Module 2&lt;/P&gt;&lt;P&gt;#include &amp;lt;rte_ethdev.h&amp;gt;&lt;/P&gt;&lt;P&gt;#define MAX_RX_PACKETS 32&lt;/P&gt;&lt;P&gt;int main() {&lt;BR /&gt;uint16_t port_id = 0; // Port ID to receive packets from&lt;BR /&gt;uint16_t nb_rx_packets;&lt;BR /&gt;struct rte_mbuf *rx_packets[MAX_RX_PACKETS];&lt;/P&gt;&lt;P&gt;// Initialize DPDK and Ethernet device&lt;/P&gt;&lt;P&gt;// Main loop&lt;BR /&gt;while (1) {&lt;BR /&gt;nb_rx_packets = rte_eth_rx_burst(port_id, 0, rx_packets, MAX_RX_PACKETS);&lt;/P&gt;&lt;P&gt;if (nb_rx_packets == 0) {&lt;BR /&gt;// No packets received&lt;BR /&gt;continue;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// Process received packets&lt;BR /&gt;for (int i = 0; i &amp;lt; nb_rx_packets; i++) {&lt;BR /&gt;// Process the packet in rx_packets[i]&lt;BR /&gt;// ...&lt;BR /&gt;}&lt;BR /&gt;cd&lt;BR /&gt;// Free the received packets&lt;BR /&gt;rte_pktmbuf_free_bulk(rx_packets, nb_rx_packets);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// Cleanup and exit&lt;BR /&gt;// ...&lt;/P&gt;&lt;P&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;3.The exact steps you followed to reproduce the same from our end&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) Starting Vtune for &lt;STRONG&gt;"Input and Output Analysis with DPDK I/O API checked&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;b) Staring application which runs module 1 and module 2&lt;/P&gt;&lt;P&gt;c) Module 1 starts thread to receive data from module 2, even if there is no data thread is running as soon as module 1 starts (so CPU time should be close to 100%)&lt;/P&gt;&lt;P&gt;d) Run for 60 second or more than 60 seconds&lt;/P&gt;&lt;P&gt;e) Stop vtune capture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vtune only shows CPU time close to 100% only for first few seconds, sometimes it is 7~8 seconds, sometimes 15~20 seconds.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 13:32:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1490880#M23468</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-05-29T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1492844#M23493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for sharing the details. We are checking on this internally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please reply to the private message which we sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 09:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1492844#M23493</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-06-05T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re:[Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1494851#M23515</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please give us an update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2023 09:43:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1494851#M23515</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-06-12T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1494886#M23520</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Any update on this issue?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;" Could you please reply to the private message which we sent. "&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I am not sure which private message are you talking about.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 12:15:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1494886#M23520</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-06-12T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1494887#M23521</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry, I am not sure what is expected from my side, I have already shared the details which were asked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 12:15:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1494887#M23521</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-06-12T12:15:58Z</dc:date>
    </item>
    <item>
      <title>Re:[Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1495203#M23529</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are extremely sorry for the confusion. We need your "rte_ethdev.h" file or the executable to reproduce the issue from our side. So that we contacted you privately.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share your "rte_ethdev.h" file. Or if possible send your executable.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please attach the result directory also.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:59:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1495203#M23529</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-06-13T08:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1495763#M23544</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, I cannot share the executable with you.&lt;BR /&gt;Please find the attached rte_ethdev.h file which is taken from&amp;nbsp;&lt;STRONG&gt;dpdk-20.11.3/lib/librte_ethdev&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paresh&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:53:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1495763#M23544</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-06-14T15:53:02Z</dc:date>
    </item>
    <item>
      <title>Re:[Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1498530#M23579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;we are checking on this internally. We will get back to you with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jun 2023 11:04:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1498530#M23579</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-06-23T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1500271#M23606</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share your result folder. We are not able to see the issue from our side.&lt;/P&gt;
&lt;P&gt;We are extremely sorry for the inconvenience caused.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 08:35:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1500271#M23606</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-06-29T08:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1501814#M23623</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I cannot share the result folder due to confidentiality of the project.&lt;BR /&gt;Please let me know if you need any specific information/file from the result folder and the location of that information/file.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 21:27:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1501814#M23623</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-07-04T21:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1502626#M23633</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the update. We could see that there are so many dependencies (header files) in the code you shared.&lt;/P&gt;
&lt;P&gt;Please see the below screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AthiraM_Intel_0-1688725756419.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/43286i1F7EABC02FE02DA6/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="AthiraM_Intel_0-1688725756419.png" alt="AthiraM_Intel_0-1688725756419.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share a sample reproducer with all the dependent files to reproduce the issue from our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 10:29:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1502626#M23633</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-07-07T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1504708#M23667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have not heard back from you. Could you please share a sample reproducer with all the dependent files to reproduce the issue from our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 07:54:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1504708#M23667</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-07-14T07:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1504962#M23668</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry, I missed the mail.&lt;BR /&gt;&lt;BR /&gt;Regarding dependent files which you have mentioned, I believe all those are from DPDK library only. I shared the &lt;SPAN&gt;"rte_ethdev.h"&lt;/SPAN&gt;&amp;nbsp;file from below path&amp;nbsp;&lt;STRONG&gt;dpdk-20.11.3/lib/librte_ethdev,&amp;nbsp;&lt;/STRONG&gt; all related files should be from here.&lt;BR /&gt;&lt;BR /&gt;As mentioned earlier I could not share the reproducer code.&lt;BR /&gt;&lt;BR /&gt;Also, can you please confirm if there is any requirement on the number of resources(core, memory) required to run Vtune ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 20:57:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1504962#M23668</guid>
      <dc:creator>paresh_agarwal</dc:creator>
      <dc:date>2023-07-14T20:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: [Vune- core-utilization-in-dpdk-apps] CPU Time for DPDK Rx thread is not close to 100%</title>
      <link>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1508093#M23714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are extremely sorry for the delay. We are debugging your issue. We are getting errors while replicating your issue.&lt;/P&gt;
&lt;P&gt;Please see the below screenshot for the command we used and the error we got:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AthiraM_Intel_0-1690304635999.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/44006iA79C65578894BE2D/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="AthiraM_Intel_0-1690304635999.png" alt="AthiraM_Intel_0-1690304635999.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will be helpful if you share the the exact steps to reproduce the binary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are checking on this internally, we will get back to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 17:04:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vune-core-utilization-in-dpdk-apps-CPU-Time-for-DPDK-Rx-thread/m-p/1508093#M23714</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-07-25T17:04:13Z</dc:date>
    </item>
  </channel>
</rss>

