|
NAMEqat —
Intel QuickAssist Technology (QAT) driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device crypto
device cryptodev
device qat Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5): qat_load="YES" qat_c2xxxfw_load="YES" qat_c3xxxfw_load="YES" qat_c62xfw_load="YES" qat_d15xxfw_load="YES" qat_dh895xccfw_load="YES" DESCRIPTIONTheqat driver implements
crypto(4)
support for some of the cryptographic acceleration functions of the Intel
QuickAssist (QAT) device. The qat driver supports the
QAT devices integrated with Atom C2000 and C3000 and Xeon C620 and D-1500
platforms, and the Intel QAT Adapter 8950. Other platforms and adapters not
listed here may also be supported. QAT devices are enumerated through PCIe and
are thus visible in
pciconf(8)
output.
The SEE ALSOcrypto(4), ipsec(4), pci(4), random(4), crypto(7), crypto(9)HISTORYTheqat driver first appeared in
FreeBSD 13.0.
AUTHORSTheqat driver was written for
NetBSD by Hikaru Abe
<hikaru@iij.ad.jp> and
ported to FreeBSD by
Mark Johnston <markj@FreeBSD.org>. BUGSSome Atom C2000 QAT devices have two acceleration engines instead of one. Theqat driver currently misbehaves when both are enabled
and thus does not enable the second acceleration engine if one is present.
Visit the GSP FreeBSD Man Page Interface. |