IEI Technology Mustang-QA100 User Manual

Intel qat accelerator for crypto and compression with c627 chipset, pcie 3.0 x16 and rohs

Advertisement

Quick Links

Mustang-QA100-C627
Mustang-QA100 CPU Ca
MODEL:
Mustang-QA100
®
Intel
QAT Accelerator for Crypto and Compression
with C627 Chipset, PCIe 3.0 x16 and RoHS
User Manual
Page I
Rev. 1.00 - January 21, 2021

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Mustang-QA100 and is the answer not in the manual?

Questions and answers

Summary of Contents for IEI Technology Mustang-QA100

  • Page 1 Mustang-QA100-C627 Mustang-QA100 CPU Ca MODEL: Mustang-QA100 ® Intel QAT Accelerator for Crypto and Compression with C627 Chipset, PCIe 3.0 x16 and RoHS User Manual Page I Rev. 1.00 - January 21, 2021...
  • Page 2 Mustang-QA100-C627 Revision Date Version Changes January 21, 2021 1.00 Initial release Page II...
  • Page 3 Mustang-QA100-C627 Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice in order to improve reliability, design and function and does not represent a commitment on the part of the manufacturer. In no event will the manufacturer be liable for direct, indirect, special, incidental, or consequential damages arising out of the use or inability to use the product or documentation, even if advised of the possibility of such damages.
  • Page 4: Manual Conventions

    Mustang-QA100-C627 Manual Conventions WARNING Warnings appear where overlooked details may cause damage to the equipment or result in personal injury. Warnings should be taken seriously. CAUTION Cautionary messages should be heeded to help reduce the chance of losing data or damaging the product.
  • Page 5: Table Of Contents

    Mustang-QA100-C627 Table of Contents 1 INTRODUCTION ......................1 1.1 I ......................2 NTRODUCTION 1.2 F ........................2 EATURES 1.3 D ....................... 3 IMENSIONS 1.4 T ..................4 ECHNICAL PECIFICATIONS 2 UNPACKING ......................... 5 2.1 A ..................6 STATIC RECAUTIONS 2.2 U ..................
  • Page 6: List Of Figures

    Mustang-QA100-C627 List of Figures Figure 1-1: Mustang-QA100 ......................2 Figure 1-2: Dimensions (mm) ......................3 Figure 3-1: Remove One Blank Bracket ..................11 Figure 3-2: Change to Full-height Bracket ................. 12 Figure 3-3: Change to Full-height Bracket ................. 12 Page VI...
  • Page 7: Introduction

    Mustang-QA100-C627 Chapter Introduction Page 1...
  • Page 8: Introduction

    (Intel® QAT) crypto acceleration in a flexible and scalable way. Equipped with Intel C627 chipset (formerly Lewisburg), the Mustang-QA100 PCIe card can be used with the existing system to assist with the performance demands of securing and routing Internet traffic and other workloads without costing a fortune.
  • Page 9: Dimensions

    Mustang-QA100-C627 1.3 Dimensions The dimensions of the board are listed below: Figure 1-2: Dimensions (mm) Page 3...
  • Page 10: Technical Specifications

    Mustang-QA100-C627 1.4 Technical Specifications Mustang-QA100 technical specifications are listed below. Specification Mustang-QA100 Main Chip Intel® C627 chipset Linux Operating System Physical PCIe Interface PCI Express x16 Compliant with PCI Express Specification v3.0 Active fan Operating Temperature 0°C ~ 40°C / 32°F ~ 104°F (ambient temperature) Storage Temperature -40°C ~ 75°C / -40°F ~ 167°F...
  • Page 11: Unpacking

    Mustang-QA100-C627 Chapter Unpacking Page 5...
  • Page 12: Anti-Static Precautions

    Only handle the edges of the PCB: Don't touch the surface of the motherboard. Hold the motherboard by the edges when handling. 2.2 Unpacking Precautions When the Mustang-QA100 is unpacked, please do the following:  Follow the antistatic guidelines above.
  • Page 13: Packing List

    If any of the components listed in the checklist below are missing, do not proceed with the installation. Contact the IEI reseller or vendor the Mustang-QA100 was purchased from or contact an IEI sales representative directly by sending an email to sales@ieiworld.com.
  • Page 14: Hardware Installation

    Mustang-QA100-C627 Chapter Hardware Installation Page 8...
  • Page 15: Anti-Static Precautions

    Mustang-QA100 and severe injury to the user. Electrostatic discharge (ESD) can cause serious damage to electronic components, including the Mustang-QA100. Dry climates are especially susceptible to ESD. It is therefore critical that whenever the Mustang-QA100 or any other electrical component is handled, the following anti-static precautions are strictly adhered to.
  • Page 16 ESD from the body and helps prevent ESD damage.  Turn off system: When installing the Mustang-QA100, make sure that the system to be connected is disconnected from all power supplies and that no electricity is being fed into the system.
  • Page 17: Hardware Installation

    WARNING: Disconnect the computer from the power supply and from any networks to which you will install the Mustang-QA100, or you risk damaging the system or experiencing electrical shock. Step 2: Remove the cover from the chassis.
  • Page 18: Figure 3-2: Change To Full-Height Bracket

    Step 5: Install and secure the Mustang-QA100 to the system. Align the Mustang-QA100 to the PCIe slot. Press down gently, but firmly, to seat it correctly in the slot. Install the bracket screw to secure the Mustang-QA100 to the system’s chassis.
  • Page 19: Testing Intel Qat Openssl Engine

    Mustang-QA100-C627 Chapter ® Testing Intel OpenSSL Engine Page 13...
  • Page 20: Device Under Test (Dut)

    Mustang-QA100-C627 4.1 Device under Test (DUT)  OS: Cent OS 7.4 (64-bit), Kernel: 3.10.0-693  CPU: 8 x Intel® Xeon® W-2123 CPU @ 3.60GHz  Memory: 16 GB  QAT Acceleration Devices: 6 4.2 Prerequisites Verify the presence of QAT acceleration devices:...
  • Page 21: Steps

    Mustang-QA100-C627 4.3 Steps 1. Build and install the OpenSSL libraries: cd /home/qat git clone https://github.com/openssl/openssl.git cd openssl yum -y install perl-core ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl -Wl,- rpath,/usr/local/ssl/lib make depend make make install export OPENSSL_ENGINES=/usr/local/ssl/lib/engines-3/ Page 15...
  • Page 22 Mustang-QA100-C627 2. Build the Intel® QuickAssist Technology OpenSSL* Engine cd /home/qat git clone https://github.com/01org/QAT_Engine.git cd QAT_Engine/qat_contig_mem make make load make test cd /home/qat/QAT_Engine ./autogen.sh ./configure --with-qat_dir=/opt/intel/QAT --with-openssl_dir=/home/qat/openssl -- with-openssl_install_dir=/usr/local/ssl --enable-upstream_driver --enable-usdm export PERL5LIB=$PERL5LIB:/home/qat/openssl make make install export LD_LIBRARY_PATH=/usr/local/ssl/lib/:$LD_LIBRARY_PATH Check the driver configuration files cd /home/qat/QAT_Engine/qat/config/c6xx/multi_thread_optimized cp c6xx_dev0.conf c6xx_dev3.conf...
  • Page 23 Mustang-QA100-C627 cp c6xx_dev2.conf c6xx_dev5.conf 3. Replace the default QAT driver configuration files in the /etc/ directory with those of the Intel QAT OpenSSL: service qat_service stop cp –r /home/qat/QAT_Engine/qat/config/c6xx/multi_thread_optimized/*. conf /etc/ service qat_service restart Page 17...
  • Page 24 Mustang-QA100-C627 4. Test the Intel QAT OpenSSL Engine. cd /home/qat/openssl/apps/ ./openssl engine -t -c -vvvv qatengine Page 18...
  • Page 25: Regulatory Compliance

    Mustang-QA100-C627 Appendix Regulatory Compliance Page 19...
  • Page 26 Mustang-QA100-C627 DECLARATION OF CONFORMITY This equipment has been tested and found to comply with specifications for CE marking. If the user modifies and/or installs other devices in the equipment, the CE conformity declaration may no longer apply. FCC WARNING This equipment complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: ...
  • Page 27: Product Disposal

    Mustang-QA100-C627 Appendix Product Disposal Page 21...
  • Page 28 Mustang-QA100-C627 CAUTION: Risk of explosion if battery is replaced by an incorrect type. Only certified engineers should replace the on-board battery. Dispose of used batteries according to instructions and local regulations.  Outside the European Union–If you wish to dispose of used electrical and electronic products outside the European Union, please contact your local authority so as to comply with the correct disposal method.
  • Page 29: C Hazardous Materials Disclosure

    Mustang-QA100-C627 Appendix Hazardous Materials Disclosure Page 23...
  • Page 30: Rohs Ii Directive (2015/863/Eu)

    Mustang-QA100-C627 C.1 RoHS II Directive (2015/863/EU) The details provided in this appendix are to ensure that the product is compliant with the RoHS II Directive (2015/863/EU). The table below acknowledges the presences of small quantities of certain substances in the product, and is applicable to RoHS II Directive (2015/863/EU).
  • Page 31: China Rohs

    Mustang-QA100-C627 C.2 China RoHS 此附件旨在确保本产品符合中国 RoHS 标准。以下表格标示此产品中某有毒物质的含量符 合中国 RoHS 标准规定的限量要求。 本产品上会附有”环境友好使用期限”的标签,此期限是估算这些物质”不会有泄漏或突变”的 年限。本产品可能包含有较短的环境友好使用期限的可替换元件,像是电池或灯管,这些 元件将会单独标示出来。 部件名称 有毒有害物质或元素 壳体 显示 印刷电路板 金属螺帽 电缆组装 风扇组装 电力供应组装 电池 O: 表示该有毒有害物质在该部件所有物质材料中的含量均在 SJ/T11364-2014 與 GB/T26572-2011 标准规定的限量要求以下。 X: 表示该有毒有害物质至少在该部件的某一均质材料中的含量超出 SJ/T11364-2014 與 GB/T26572-2011 标准规定的限量要求。 Page 25...

Table of Contents