You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. I want to use the qzip hardware acceleration, after i install the driver, exec qzip and i get the error:
# qzip -O 7z CentOS-8-x86_64-1905-dvd1.iso -o result.7z
Error no hardware, switch to SW if permitted
the dmesg get ther error:
# dmesg -T | grep PF
[Mon Jul 29 15:08:34 2024] c6xx 0000:0c:00.0: Cannot use PF with IOMMU enabled
after i disable iommu of host, and qzip can work well with using hardware acceleration. But i need to keep iommu on, Is there any other way to use hardware acceleration and not disable iommu .
The text was updated successfully, but these errors were encountered:
hi,thank you very much for your help. but i install the qatlib follow the document,but my qat service can't start,and get the error:
Jul 30 15:34:37 TOS-10021 qat_init.sh[637454]: lspci: No PFs found, so assume qatlib is running on a VM
Jul 30 15:34:38 TOS-10021 qatmgr[638053]: No devices found
Jul 30 15:34:38 TOS-10021 qatmgr[638051]: No QAT device found
qzip version: QATzip-QATzip_1.1.2_release
card info: Intel Corporation C62x Chipset QuickAssist Technology
driver info:QAT.L.4.25.0-00001
cpu:Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz
hi. I want to use the qzip hardware acceleration, after i install the driver, exec qzip and i get the error:
# qzip -O 7z CentOS-8-x86_64-1905-dvd1.iso -o result.7z
Error no hardware, switch to SW if permitted
driver install:
# export ICP_ROOT=/home/hcitos/qat_driver; ./configure --enable-icp-sriov=host ;make -j install
qzip install
# ./configure --with-ICP_ROOT=$ICP_ROOT ;make clean ; make ;make install
the dmesg get ther error:
# dmesg -T | grep PF
[Mon Jul 29 15:08:34 2024] c6xx 0000:0c:00.0: Cannot use PF with IOMMU enabled
after i disable iommu of host, and qzip can work well with using hardware acceleration. But i need to keep iommu on, Is there any other way to use hardware acceleration and not disable iommu .
The text was updated successfully, but these errors were encountered: