<?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:C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_proc in Intel® QuickAssist Technology (Intel® QAT)</title>
    <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1640032#M484</link>
    <description>&lt;P&gt;Hi ffernando,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am just checking if you have any update regarding this issue.&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>Tue, 29 Oct 2024 17:16:14 GMT</pubDate>
    <dc:creator>Ronny_G_Intel</dc:creator>
    <dc:date>2024-10-29T17:16:14Z</dc:date>
    <item>
      <title>C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_proc</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1637773#M469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We recently upgraded to QAT 1.7 driver 4.25, I see the following error.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/&lt;/SPAN&gt;&lt;SPAN&gt;qat&lt;/SPAN&gt;&lt;SPAN&gt;_dev_processes file &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[error] ADF_UIO_PROXY: icp_adf_userProcessToStart: Failed to start USR_PROC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;I checked the permissions for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/dev/&lt;/SPAN&gt;&lt;SPAN&gt;qat&lt;/SPAN&gt;&lt;SPAN&gt;_dev_processes, it seems proper.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;crw-rw---- 1 root root 236, 0 Oct 15 09:19 &lt;/SPAN&gt;&lt;SPAN&gt;/dev/qat_dev_processes&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I built with the following config options.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;./&lt;/SPAN&gt;&lt;SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN&gt;ure --enable-icp-debug --enable-icp-sriov=host --enable-icp-qat-dbg&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;make&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I would greatly appreciate any assistance in resolving this issue.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 08:33:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1637773#M469</guid>
      <dc:creator>ffernando</dc:creator>
      <dc:date>2024-10-17T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re:C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_proc</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1637898#M470</link>
      <description>&lt;P&gt;Hi ffernando,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to Intel Communities.&lt;/P&gt;&lt;P&gt;The error messages you're seeing are indicating that the QAT user process is failing to start because it cannot open the /dev/qat_dev_processes file. This file is typically created by the QAT driver and is necessary for the user process to communicate with the QAT hardware.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please run the following commands and provide the results:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Check QAT driver status:&lt;/P&gt;&lt;P&gt;$lsmod | grep qat&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Check the status of the QAT service:&lt;/P&gt;&lt;P&gt;$service qat_service status&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;On the other hand, any particular reason why you updated the QAT driver to version 4.25?&lt;/P&gt;&lt;P&gt;The latest driver version available for QAT HW version 1.x for Linux is version 4.26, see here: &lt;A href="https://www.intel.com/content/www/us/en/download/19734/intel-quickassist-technology-driver-for-linux-hw-version-1-x.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/19734/intel-quickassist-technology-driver-for-linux-hw-version-1-x.html&lt;/A&gt;&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>Thu, 17 Oct 2024 20:50:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1637898#M470</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-10-17T20:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re:C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_d</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1637968#M471</link>
      <description>&lt;P&gt;Hi Ronny,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your quick response. I downloaded the driver sometime back; at that time 4.26 was not available, I can try with the latest driver once.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the details below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[admin@QAT-Dev: ~] $ lsmod | grep qat &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;qat&lt;/SPAN&gt;&lt;SPAN&gt;_c62x 20480 0 &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;intel_&lt;/SPAN&gt;&lt;SPAN&gt;qat&lt;/SPAN&gt;&lt;SPAN&gt; 204800 2 &lt;/SPAN&gt;&lt;SPAN&gt;qat&lt;/SPAN&gt;&lt;SPAN&gt;_c62x,usdm_drv &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uio 20480 22 intel_&lt;/SPAN&gt;&lt;SPAN&gt;qat&lt;/SPAN&gt;&lt;SPAN&gt;,igb_uio&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[admin@QAT-Dev: ~] $ service qat_service status &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt; qat_service.service - LSB: modprobe the QAT modules, which loads dependant modules, before calling the user space utility to pass configuration parameters &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Loaded: loaded (/etc/init.d/qat_service; generated) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Active: &lt;/SPAN&gt;&lt;SPAN&gt;active (exited)&lt;/SPAN&gt;&lt;SPAN&gt; since Tue 2024-10-15 09:21:07 IST; 2 days ago &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Docs: man:systemd-sysv-generator(8) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Tasks: 0 (limit: 4915) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CGroup: /system.slice/qat_service.service&lt;BR /&gt;&lt;BR /&gt;Thank you,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Oct 2024 02:23:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1637968#M471</guid>
      <dc:creator>ffernando</dc:creator>
      <dc:date>2024-10-18T02:23:55Z</dc:date>
    </item>
    <item>
      <title>Re:C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_proc</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1638864#M481</link>
      <description>&lt;P&gt;Hi ffernando,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for providing the information requested, from that, I can see the following:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The QAT-related kernel modules (qat_c62x, intel_qat, and uio) are loaded and in use.&lt;/P&gt;&lt;P&gt;The qat_service is active and has successfully initialized the QAT modules and their dependencies.&lt;/P&gt;&lt;P&gt;The service has been running without issues for the past 2 days.&lt;/P&gt;&lt;P&gt;This setup indicates that the QAT infrastructure on the system is properly configured and operational.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me with the necessary steps to replicate the errors that you are getting?&lt;/P&gt;&lt;P&gt;Also, how did you configure QAT implementation, any particular flags?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&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, 23 Oct 2024 16:31:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1638864#M481</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-10-23T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re:C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_proc</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1640032#M484</link>
      <description>&lt;P&gt;Hi ffernando,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am just checking if you have any update regarding this issue.&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>Tue, 29 Oct 2024 17:16:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1640032#M484</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-10-29T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1640454#M487</link>
      <description>&lt;P&gt;Hi ffernando,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am just checking in on this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are no updates, I will proceed to close the internal ticket we created for it.&lt;/P&gt;
&lt;P&gt;Please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ronny G&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 15:13:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1640454#M487</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-10-31T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re:C6xx: Facing issue : [error] ADF_UIO_PROXY: adf_io_userProcessToStart: Cannot open /dev/qat_dev_proc</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1641104#M491</link>
      <description>&lt;P&gt;Hi ffernando,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I haven't heard back from you in a while, so I am closing the internal ticket we created for this issue. If you need further assistance, please feel free to create a new community 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;BR /&gt;</description>
      <pubDate>Mon, 04 Nov 2024 16:03:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/C6xx-Facing-issue-error-ADF-UIO-PROXY-adf-io-userProcessToStart/m-p/1641104#M491</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2024-11-04T16:03:07Z</dc:date>
    </item>
  </channel>
</rss>

