Skip to content

Commit 2aed5d0

Browse files
committed
Updated Intel QuickAssist v1.7 instructions for latest driver.
1 parent f14db88 commit 2aed5d0

1 file changed

Lines changed: 3 additions & 20 deletions

File tree

wolfcrypt/src/port/intel/README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Note: If you have the older driver installed you may need to remove it or unload
2929

3030

3131
```
32-
wget https://01.org/sites/default/files/downloads/intelr-quickassist-technology/qat1.7.l.4.3.0-00033.tar.gz
32+
wget https://01.org/sites/default/files/downloads/qat1.7.l.4.4.0-00023.tar.gz
3333
mkdir QAT1.7
34-
mv qat1.7.l.4.3.0-00033.tar.gz QAT1.7
34+
mv qat1.7.l.4.4.0-00023.tar.gz QAT1.7
3535
cd QAT1.7
36-
tar -xvzf qat1.7.l.4.3.0-00033.tar.gz
36+
tar -xvzf qat1.7.l.4.4.0-00023.tar.gz
3737

3838
./configure
3939
make
@@ -42,23 +42,6 @@ Note: If you have the older driver installed you may need to remove it or unload
4242

4343
If you are using the QAT hardware hashing, you'll need to disable the params checking, which doesn't support a last partial with 0 length source input. Code runs and works, but parameter checking will fail.
4444
Use `./configure --disable-param-check && sudo make install`
45-
46-
Build warning fixes:
47-
48-
a. quickassist/lookaside/access_layer/src/common/include/lac_log.h:102
49-
50-
`"%s() - : " log "\n",` -> `(char*)"%s() - : " log "\n",`
51-
52-
b. quickassist/lookaside/access_layer/src/common/include/lac_common.h:1151
53-
54-
Add these above `default:`
55-
56-
```
57-
case ICP_ADF_RING_SERVICE_9:
58-
return SAL_RING_TYPE_TRNG;
59-
case ICP_ADF_RING_SERVICE_10:
60-
```
61-
6245

6346
3. Change owner permissions for build output directory:
6447

0 commit comments

Comments
 (0)