@@ -33,7 +33,7 @@ Quick Assist Crypto Poll Mode Driver
33
33
The QAT PMD provides poll mode crypto driver support for **Intel QuickAssist
34
34
Technology DH895xxC ** hardware accelerator.
35
35
36
- The QAT PMD has been tested on Fedora 21 64-bit with gcc and on the 4.3
36
+ The QAT PMD has been tested on Fedora 21 64-bit with gcc and on the 4.4
37
37
kernel.org Linux kernel.
38
38
39
39
@@ -73,9 +73,9 @@ Installation
73
73
To use the DPDK QAT PMD an SRIOV-enabled QAT kernel driver is required. The
74
74
VF devices exposed by this driver will be used by QAT PMD.
75
75
76
- If you are running on kernel 4.3 or greater, see instructions for
76
+ If you are running on kernel 4.4 or greater, see instructions for
77
77
`Installation using kernel.org driver `_ below. If you are on a kernel earlier
78
- than 4.3 , see `Installation using 01.org QAT driver `_.
78
+ than 4.4 , see `Installation using 01.org QAT driver `_.
79
79
80
80
81
81
Installation using 01.org QAT driver
@@ -157,13 +157,13 @@ If the build or install fails due to mismatching kernel sources you may need to
157
157
Installation using kernel.org driver
158
158
------------------------------------
159
159
160
- Assuming you are running on at least a 4.3 kernel, you can use the stock kernel.org QAT
160
+ Assuming you are running on at least a 4.4 kernel, you can use the stock kernel.org QAT
161
161
driver to start the QAT hardware.
162
162
163
163
The steps below assume you are:
164
164
165
165
* Running DPDK on a platform with one ``DH895xCC `` device.
166
- * On a kernel at least version 4.3 .
166
+ * On a kernel at least version 4.4 .
167
167
168
168
In BIOS ensure that SRIOV is enabled and VT-d is disabled.
169
169
@@ -190,7 +190,7 @@ Using the sysfs, enable the VFs::
190
190
191
191
echo 32 > /sys/bus/pci/drivers/dh895xcc/0000\:03\:00.0/sriov_numvfs
192
192
193
- If you get an error, it's likely you're using a QAT kernel driver earlier than kernel 4.3 .
193
+ If you get an error, it's likely you're using a QAT kernel driver earlier than kernel 4.4 .
194
194
195
195
To verify that the VFs are available for use - use ``lspci -d:443 `` to confirm
196
196
the bdf of the 32 VF devices are available per ``DH895xCC `` device.
0 commit comments