[https][tls][crypto][性能優化] Intel QAT卡初涉


硬件加密卡,硬件加解密卡。

用於把加密解密,數據壓縮等,從CPU卸載到加速卡上。

 

所有文檔匯總:https://01.org/intel-quickassist-technology

性能調優手冊:https://01.org/sites/default/files/downloads//330687qatperformanceoptimizationguiderev007us.pdf

 

三種編程模型:interrupt mode, polling mode,epoll mode

intel推薦polling mode

 

簡單的一些管理方法,備忘

[root@tong ~]# lspci |grep QAT
05:00.0 Co-processor: Intel Corporation DH895XCC Series QAT
[root@tong ~]# ls /sys/kernel/debug/qat_dh895xcc_0000\:05\:00.0/
cnv_errors  dev_cfg  fw_counters  heartbeat  heartbeat_failed  heartbeat_sent  transport  version
[root@tong ~]# cat /sys/kernel/debug/qat_dh895xcc_0000\:05\:00.0/fw_counters 
+------------------------------------------------+
| FW Statistics for Qat Device                   |
+------------------------------------------------+
| Firmware Requests [AE  0]:            27465873 |
| Firmware Responses[AE  0]:            27465873 |
+------------------------------------------------+
... ...

 

更多

https://github.com/intel/asynch_mode_nginx


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM