<?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: Cavecreek chipset failing encryption/Decryption in Embedded Intel® Core™ Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215312#M1292</link>
    <description>&lt;P&gt;In this design, we have a kernel driver which interacts with ucam driver and then comes chipset which is for varios functionalities like Encryption/Decryption/DH Group Calculation etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version file of cavecreek package has following info:&lt;/P&gt;&lt;P&gt;PACKAGE_TYPE=DH89xxCC&lt;/P&gt;&lt;P&gt;PACKAGE_OS=L&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_MAJOR_NUMBER=0&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_MINOR_NUMBER=9&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_PATCH_NUMBER=0&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_BUILD_NUMBER=162&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if what part number you looking for&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 14:57:58 GMT</pubDate>
    <dc:creator>MYada</dc:creator>
    <dc:date>2017-03-29T14:57:58Z</dc:date>
    <item>
      <title>Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215310#M1290</link>
      <description>&lt;P&gt;We are using Intel Cavecreek chipset of Encryption/Decryption of IPSec data traffic.Of late we have face some issues where either some Encryption/decryption is wrong or altogether all operation where chipset if required fails... For such types of issues, we want to know is there any debug facility/utilitiy which can be used to narrow down the issue root-cause...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add details, we are are taking about two different issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, we have chassis. Where each card handling traffic is attached with Cavecreek DH89XXc series chipset.&lt;/P&gt;&lt;P&gt;Driver interacts with chipset for encryption/decryption related functionalities. It is layer 3 IPSec solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issues are seen on production sites, where we have very limited access to debugibility.&lt;/P&gt;&lt;P&gt;Problem mentioned below are seen on multiple chassis nodes and multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time problem is resolved with reboot of Hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue1:&lt;/P&gt;&lt;P&gt;Here we have multiple SA. While encryption we gave plain packet to chipset and encrypted packet is forwarded to n/w. When issue arises, we see that post decryption first 12 bytes are wrong. Out of these 12 bytes, initial 8 bytes are prepended with some junk and rest 4 bytes overwitten..&lt;/P&gt;&lt;P&gt;Ex. Plain packet was&lt;/P&gt;&lt;P&gt;01 02 03 04 05 06 07 08 ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SPI of SA was 0A0B0C0D&lt;/P&gt;&lt;P&gt;Post decryption what we get is &lt;/P&gt;&lt;P&gt;_ _ _ _ _ _ _ _ X X X X 05 06 07 08 ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: As such all works fine and this solution is long deployed and widely used.&lt;/P&gt;&lt;P&gt;Once this issue happens. Even if we deleted SA and install fresh SA. Same issue persists.&lt;/P&gt;&lt;P&gt;Until we do hard reset of card. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Constant 12 bytes corruption is pointing to us some memory corruption in chipset. Because if there is logic problem/memory corruption in application driver. It shall go away with Application restart or SA deletion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem once triggered don't go until card reset is done which leads to chipset reset as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue2: &lt;/P&gt;&lt;P&gt;Our solution use Cavecreek chipset for various scenario:&lt;/P&gt;&lt;P&gt;1. Dh Group data calculation&lt;/P&gt;&lt;P&gt;2. Encryption/Decryption SA&lt;/P&gt;&lt;P&gt;3. Seqno retrival for particular SA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seen some instance of reporting issue from production site, that on some card, all of sudden all process as mentioned above which involved interaction with Chipset stops working and start returning error code. &lt;/P&gt;&lt;P&gt;Ex: cpaCyDhKeyGenPhase1 returns -2 which is CPA_STATUS_RETRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem also gets resolved with hard reset of card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both this issues points some corruption at chipset level whic gets resolved by re-initialisation of chipset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to know whether such issues for cavecreek chipset are already reported.&lt;/P&gt;&lt;P&gt;and if yes, what can be trigger for this scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 04:24:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215310#M1290</guid>
      <dc:creator>MYada</dc:creator>
      <dc:date>2017-03-29T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215311#M1291</link>
      <description>&lt;P&gt;Hello, Mukesh:&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 be on the same page, could you please confirm if the affected design has been developed by you or a third party company? If it is a third party design, please give us all the information related to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case that it has been designed by you, could you please tell us the part numbers of the processors related to the affected project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know this information to have a better idea of this condition and find the information that may help 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>Wed, 29 Mar 2017 14:36:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215311#M1291</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2017-03-29T14:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215312#M1292</link>
      <description>&lt;P&gt;In this design, we have a kernel driver which interacts with ucam driver and then comes chipset which is for varios functionalities like Encryption/Decryption/DH Group Calculation etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version file of cavecreek package has following info:&lt;/P&gt;&lt;P&gt;PACKAGE_TYPE=DH89xxCC&lt;/P&gt;&lt;P&gt;PACKAGE_OS=L&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_MAJOR_NUMBER=0&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_MINOR_NUMBER=9&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_PATCH_NUMBER=0&lt;/P&gt;&lt;P&gt;PACKAGE_VERSION_BUILD_NUMBER=162&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if what part number you looking for&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 14:57:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215312#M1292</guid>
      <dc:creator>MYada</dc:creator>
      <dc:date>2017-03-29T14:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215313#M1293</link>
      <description>&lt;P&gt;Hello, Mukesh:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We appreciate your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me paraphrase part of my previous questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give us a block diagram of the affected project like the one showed at the following website with the part numbers of all the devices that you have used to implement it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intel.com/content/dam/www/program/embedded/interactive-block-diagrams/us/en/navy-pier/atom-n270-ibd_small_v2.png"&gt;http://www.intel.com/content/dam/www/program/embedded/interactive-block-diagrams/us/en/navy-pier/atom-n270-ibd_small_v2.png&lt;/A&gt; &lt;A href="http://www.intel.com/content/dam/www/program/embedded/interactive-block-diagrams/us/en/navy-pier/atom-n270-ibd_small_v2"&gt;http://www.intel.com/content/dam/www/program/embedded/interactive-block-diagrams/us/en/navy-pier/atom-n270-ibd_small_v2&lt;/A&gt;.… &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your cooperation.&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>Wed, 29 Mar 2017 18:43:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215313#M1293</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2017-03-29T18:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215314#M1294</link>
      <description>&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer&lt;/P&gt;&lt;P&gt;Figure 1 &amp;amp; 2&lt;/P&gt;&lt;P&gt;&lt;A href="https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf"&gt;https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf&lt;/A&gt; &lt;A href="https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf"&gt;https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 16:51:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215314#M1294</guid>
      <dc:creator>MYada</dc:creator>
      <dc:date>2017-03-30T16:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215315#M1295</link>
      <description>&lt;P&gt;Some Additional info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lspci -d 8086:0434&lt;/P&gt;&lt;P&gt;06:00.0 Co-processor: Intel Corporation DH89XXCC Series QAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU is Chipset: 5520-IOH C2, ICH10R A0, 96 GB&lt;/P&gt;&lt;P&gt;Cavecreek chipset attached is 8900 Series..&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 08:50:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215315#M1295</guid>
      <dc:creator>MYada</dc:creator>
      <dc:date>2017-03-31T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215316#M1296</link>
      <description>&lt;P&gt;Based on further O/p.&lt;/P&gt;&lt;P&gt;od -x /sys/bus/pci/devices/0000:06:00.0/config | head -1 | awk '{print $6}'&lt;/P&gt;&lt;P&gt;0021&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is C1 type chipset as per Section 2.2&lt;/P&gt;&lt;P&gt;&lt;A href="https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf"&gt;https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf&lt;/A&gt; &lt;A href="https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf"&gt;https://01.org/sites/default/files/page/comms_8900_8920_sw_pg_rev_006.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 11:40:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215316#M1296</guid>
      <dc:creator>MYada</dc:creator>
      <dc:date>2017-03-31T11:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215317#M1297</link>
      <description>&lt;P&gt; This info might also help &lt;/P&gt;&lt;P&gt;CPU, Westmere, Intel part number AT80614003591AB SLBWY, Cisco PN 15-12954-01&lt;/P&gt;&lt;P&gt;Cave Creek, Intel part number DH8920CC 923817 SLIVX, Cisco PN 15-14055-01&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 15:26:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215317#M1297</guid>
      <dc:creator>MYada</dc:creator>
      <dc:date>2017-03-31T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cavecreek chipset failing encryption/Decryption</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215318#M1298</link>
      <description>&lt;P&gt;Hello, Mukesh:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to help you, we will contact you via email.&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>Wed, 05 Apr 2017 19:03:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cavecreek-chipset-failing-encryption-Decryption/m-p/215318#M1298</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2017-04-05T19:03:16Z</dc:date>
    </item>
  </channel>
</rss>

