码迷,mamicode.com
首页 > Web开发 > 详细

[https][tls][crypto] Intel QAT卡初涉

时间:2020-01-10 15:51:29      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:sites   github   grep   fir   RoCE   lin   rtb   debug   tran   

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

用于把加密解密,数据压缩等,从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

[https][tls][crypto] Intel QAT卡初涉

标签:sites   github   grep   fir   RoCE   lin   rtb   debug   tran   

原文地址:https://www.cnblogs.com/hugetong/p/12176252.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!