<?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 QuickAssist: polling RSA operations in Embedded Intel® Core™ Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195154#M349</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hardware is Intel QuickAssist Adapter 8950-SCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a user space application that requires asynchronous RSA operations.  I believe I have the option between receiving an interrupt callback or polling for completion of the operation.  I'd like to use the polling method to avoid the context switching of the interrupt callback.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I do observe that by toggling the "Cy0IsPolled =" between 1 and 0 in the /etc/dh895xcc_qa_dev0.conf I can influence whether icp_sal_CyPollInstance returns a CPA_STATUS_SUCCESS when the operation is complete, so that looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am finding that I always must include a valid callback to the second parameter (psRsaDecryptCb) of cpaCyRsaDecrypt in order to use that API asynchronously and that callback is always invoked regardless of the "Cy0IsPolled" value in the configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the correct configuration to work in a polling-only mode so I don't get the callback?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2015 17:30:15 GMT</pubDate>
    <dc:creator>BKlis</dc:creator>
    <dc:date>2015-09-21T17:30:15Z</dc:date>
    <item>
      <title>QuickAssist: polling RSA operations</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195154#M349</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hardware is Intel QuickAssist Adapter 8950-SCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a user space application that requires asynchronous RSA operations.  I believe I have the option between receiving an interrupt callback or polling for completion of the operation.  I'd like to use the polling method to avoid the context switching of the interrupt callback.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I do observe that by toggling the "Cy0IsPolled =" between 1 and 0 in the /etc/dh895xcc_qa_dev0.conf I can influence whether icp_sal_CyPollInstance returns a CPA_STATUS_SUCCESS when the operation is complete, so that looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am finding that I always must include a valid callback to the second parameter (psRsaDecryptCb) of cpaCyRsaDecrypt in order to use that API asynchronously and that callback is always invoked regardless of the "Cy0IsPolled" value in the configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the correct configuration to work in a polling-only mode so I don't get the callback?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 17:30:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195154#M349</guid>
      <dc:creator>BKlis</dc:creator>
      <dc:date>2015-09-21T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: QuickAssist: polling RSA operations</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195155#M350</link>
      <description>&lt;P&gt;Hello meresurmisesir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In order to help you please address your questions to the &lt;A href="https://software.intel.com/en-us/forums/networking"&gt;https://software.intel.com/en-us/forums/networking&lt;/A&gt; Software Networking Forum, where you be connected with a representative in your area, which could possibly help with your questions. Please review as reference the /&lt;A href="http://software.intel.com/en-us/blogs/2014/12/12/how-intel-quickassist-technology-accelerates-deep-packet-inspections-and-other"&gt;software.intel.com/en-us/blogs/2014/12/12/how-intel-quickassist-technology-accelerates-deep-packet-inspections-and-other&lt;/A&gt; How Intel(R) QuickAssist Technology Accelerates Deep Packet Inspections and other Network Function Use Cases. It is important to let you know that the cited Forum and document are classified as Intel confidential which requires a CDNA between your company and Intel as well as a Privileged EDC account. To request an upgrade from your Basic EDC account to a Privileged account, go to &lt;A href="http://www.intel.com/content/www/us/en/embedded/embedded-design-centersupport.html"&gt;http://www.intel.com/content/www/us/en/embedded/embedded-design-centersupport.html&lt;/A&gt; &lt;A href="http://www.intel.com/content/www/us/en/embedded/embedded-design-centersupport.html"&gt;http://www.intel.com/content/www/us/en/embedded/embedded-design-centersupport.html&lt;/A&gt; and click on "Manage Your Intel Profile" found in the "Manage Your Account" section of the page. From there you can request an upgrade. After you submit the application, please let me know and I will expedite the review of your application.&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>Mon, 21 Sep 2015 18:39:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195155#M350</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2015-09-21T18:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: QuickAssist: polling RSA operations</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195156#M351</link>
      <description>&lt;P&gt;Hello  meresurmisesir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to inform you that you should have access to the suggested sites because your account has been upgraded.&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>Tue, 22 Sep 2015 14:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/QuickAssist-polling-RSA-operations/m-p/195156#M351</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2015-09-22T14:33:04Z</dc:date>
    </item>
  </channel>
</rss>

