Check out my first novel, midnight's simulacra!

Intel QAT: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 1: Line 1:
QuickAssist Technology is a family of Intel PCIe and on-die accelerators, plus associated software. It's available on some Xeon Scalable 4th Gen processors, and [https://www.intel.com/content/www/us/en/products/sku/125199/intel-quickassist-adapter-8960/specifications.html QAA 8960]/[https://www.intel.com/content/www/us/en/products/sku/125200/intel-quickassist-adapter-8970/specifications.html QAA 8970] PCIe cards. It covers cryptography and compression.
QuickAssist Technology is a family of Intel PCIe and on-die accelerators, plus associated software. It's available on some Xeon Scalable 4th Gen processors, and [https://www.intel.com/content/www/us/en/products/sku/125199/intel-quickassist-adapter-8960/specifications.html QAA 8960]/[https://www.intel.com/content/www/us/en/products/sku/125200/intel-quickassist-adapter-8970/specifications.html QAA 8970] PCIe cards. It covers cryptography and compression.


On Linux, QAT requires (out-of-tree as of 2023) kernel modules, firmware, and a userspace component. <tt>qat_service</tt> is a [[systemd]] service responsible for loading necessary kernel modules and enabling endpoints with the <tt>adf_ctl</tt> binary.
On Linux, QAT requires (out-of-tree as of 2023) kernel modules, firmware, and a userspace component. <tt>qat_service</tt> is a [[systemd]] service responsible for loading necessary kernel modules and enabling endpoints via the <tt>adf_ctl</tt> binary.
 
==External links==
* [https://cdrdv2.intel.com/v1/dl/getContent/743912 Hardware 2.0 Programming Guide]


[[CATEGORY:Hardware]]
[[CATEGORY:Hardware]]

Revision as of 07:56, 8 April 2023

QuickAssist Technology is a family of Intel PCIe and on-die accelerators, plus associated software. It's available on some Xeon Scalable 4th Gen processors, and QAA 8960/QAA 8970 PCIe cards. It covers cryptography and compression.

On Linux, QAT requires (out-of-tree as of 2023) kernel modules, firmware, and a userspace component. qat_service is a systemd service responsible for loading necessary kernel modules and enabling endpoints via the adf_ctl binary.

External links