-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I want to use hardware acceleration, and I don't want to turn off iommu of host, is there any other way #115
Comments
i wan to know whether qzip can use vf to hardware acceleration? whan can i do to config it. |
hello,yangni, it seems you are using the OOT driver of QAT, it require the IOMMU disable. |
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:
my card seems not in The support list is mentioned in the documentation: i can't get the pci info because my card is not 4xxx So, have any other ways? |
hello, accroding to document of the https://www.intel.com/content/www/us/en/content-details/780531/intel-quickassist-technology-software-for-linux-release-notes-customer-enabling-release.html, please refer to QATE-30497, it's the know issue, for cpm1.7, Huge pages are not supported on host when the iommu is on |
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: