<?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 Multiple process using qatzip+qatlib in Intel® QuickAssist Technology (Intel® QAT)</title>
    <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628110#M424</link>
    <description>One hardware compression engine(or hardware queue) can only used by one thread at a time, this is easy to find in qatzip where it locks instances. However when mutiple process uses the same qat card, how does it ensure that the one engine is not used by two or more processes?</description>
    <pubDate>Tue, 03 Sep 2024 02:13:16 GMT</pubDate>
    <dc:creator>Bakuto</dc:creator>
    <dc:date>2024-09-03T02:13:16Z</dc:date>
    <item>
      <title>Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628110#M424</link>
      <description>One hardware compression engine(or hardware queue) can only used by one thread at a time, this is easy to find in qatzip where it locks instances. However when mutiple process uses the same qat card, how does it ensure that the one engine is not used by two or more processes?</description>
      <pubDate>Tue, 03 Sep 2024 02:13:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628110#M424</guid>
      <dc:creator>Bakuto</dc:creator>
      <dc:date>2024-09-03T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628662#M425</link>
      <description>&lt;P&gt;Hi Bakuto,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The QAT hardware is designed to support concurrent access by multiple processes. The QAT driver is responsible for managing access to the hardware resources. It acts as an intermediary between the application (or process) and the hardware. When a process wants to use a QAT engine, it communicates with the QAT driver. The driver uses locking mechanisms to ensure that once an engine is allocated to a process, it is not available to others until the process has finished using it and releases it back to the pool.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your question but please let me know if you need more information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2024 23:04:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628662#M425</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-09-04T23:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628702#M426</link>
      <description>Hi Ronny,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding, I understand your explanation. However in qatzip+qatlib code i see that process scans all engines in startup and store their access point in memory, the software created lock for each engine and the lock is only protected against other thread in the same process. I kinda don’t get how driver locks take effect to process that want to use them(is it like all process have access to one engine but if one process submit request first, other process have to wait?)</description>
      <pubDate>Thu, 05 Sep 2024 01:36:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1628702#M426</guid>
      <dc:creator>Bakuto</dc:creator>
      <dc:date>2024-09-05T01:36:38Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1629418#M429</link>
      <description>&lt;P&gt;Hi Bakuto,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The Intel QuickAssist Technology (QAT) driver manages hardware resources, including locking instances to prevent concurrent access by multiple threads or processes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The specific implementation details can vary and may not be fully disclosed in public documentation, the general concept involves using synchronization primitives provided by the operating system's kernel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Are you experiencing any particular issue with the QAT setup? Any specific functionality not working as expected? Performance issues perhaps?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you do have issues, please provide me with the icp_dump.&lt;/P&gt;&lt;P&gt;To execute an icp_dump, please run the script located here: $ICP_ROOT/quickassist/utilities/debug_tool/icp_dump.sh&lt;/P&gt;&lt;P&gt;This will generate a tar file that will provide us with your full system setup, including your configuration files.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, please provide me with the following details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Operating System&lt;/LI&gt;&lt;LI&gt;QAT hardware&lt;/LI&gt;&lt;LI&gt;QAT driver&lt;/LI&gt;&lt;LI&gt;QAT software stack&lt;/LI&gt;&lt;LI&gt;QAT configuration details (this will be included in the icp_dump), please include the qatzip+qatlib code that you mentioned.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please include any additional relevant information or configuration file.&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;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Sep 2024 22:28:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1629418#M429</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-09-06T22:28:48Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1630217#M431</link>
      <description>&lt;P&gt;Hi Bakuto,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am just checking if you have any update to my previous post.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2024 21:12:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1630217#M431</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-09-10T21:12:07Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1631572#M441</link>
      <description>&lt;P&gt;Hi Bakuto,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have you had the opportunity to review my previous post?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need additional information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Sep 2024 20:00:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1631572#M441</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-09-16T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple process using qatzip+qatlib</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1632011#M445</link>
      <description>&lt;P&gt;Hi Bakuto,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope all is well with you.&lt;/P&gt;&lt;P&gt;It's been some time since our last communication, so I will be marking this case as conditionally closed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please don't hesitate to reopen this case or initiate a new inquiry if assistance is still needed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2024 15:13:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/Multiple-process-using-qatzip-qatlib/m-p/1632011#M445</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-09-18T15:13:49Z</dc:date>
    </item>
  </channel>
</rss>

