White Papers

10
|
QAT Whitepaper
© 2019 Dell Inc. or its subsidiaries.
5. Conclusion
Acceleration and offload functions of Intel
®
QuickAssist Technology (QAT) demonstrated in this paper are encryption/
decryption and compression/decompression. IPsec tunneling was used as a workload to show the benefit of encryption
and decryption offload. QATzip was used to demonstrate the performance of accelerated compression
and decompression. In both cases, faster performance was offered by offloading operations onto the QAT engines.
Other workloads not shown are also beneficiaries of this technology, including web server applications.
6. Appendices
6.1 Qzip and Gzip commands
gzip -4 -k ‘”$filename”
gunzip -f ‘”$filename”
qzip -L 4 -k ‘”$filename”
qzip -d -k ‘”$filename”
6.2 Example installation using yum QAT and QATzip
root@gm-fed-28 ~]# cat /etc/yum.repos.d/intel-qat.repo
[intel-qat]
name=Intel QAT
baseurl=https://download.01.org/QAT/repo/
gpgcheck=0
[root@gm-fed-28 ~]# yum install QATzip
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
QATzip x86_64 0.2.5-02 intel-qat 40 k
Installing dependencies:
QAT x86_64 1.7.0-450b34 intel-qat 4.5 M
Transaction Summary
================================================================================
Install 2 Packages
Verifying : QATzip-0.2.5-02.x86_64 1/2
Verifying : QAT-1.7.0-450b34.x86_64 2/2
Installed:
QATzip.x86_64 0.2.5-02 QAT.x86_64 1.7.0-450b34
Complete!
[root@gm-fed-28 ~]#