Add ability to scrub from last scrubbed txg
[zfs.git] / contrib / intel_qat / readme.md
blob7e45d395bb801a656947e14733e34e9d1ef00751
1 # Intel_QAT easy install script
3 This contrib contains community compatibility patches to get Intel QAT working on the following kernel versions:
4 - 5.6
5 - 5.7
6 - 5.8
8 These patches are based on the following Intel QAT version:
9 [1.7.l.4.10.0-00014](https://01.org/sites/default/files/downloads/qat1.7.l.4.10.0-00014.tar.gz)
11 When using QAT with above kernels versions, the following patches needs to be applied using:
12 patch -p1 < _$PATCH_
13 _Where $PATCH refers to the path of the patch in question_
15 ### 5.6
16 /patch/0001-timespec.diff
18 ### 5.7
19 /patch/0001-pci_aer.diff
21 ### 5.8
22 /patch/0001-cryptohash.diff
25 _Patches are supplied by [Storage Performance Development Kit (SPDK)](https://github.com/spdk/spdk)_