mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Support integration with new QAT products
Support integration with new QAT products: Intel(R) C62x Chipset, or Atom(R) C3000 Processor Product Family SoC: 1. Detect new file name in auto-conf. 2. Change MAX_INSTANCES to 48. 3. Change "num_inst" to U16 to clean a build warning. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Weigang Li <weigang.li@intel.com> Closes #6767
This commit is contained in:
+2
-2
@@ -532,10 +532,10 @@ AC_DEFUN([ZFS_AC_QAT], [
|
||||
|
||||
AC_MSG_RESULT([$qatbuild])
|
||||
QAT_OBJ=${qatbuild}
|
||||
AS_IF([ ! test -e "$QAT_OBJ/icp_qa_al.ko"], [
|
||||
AS_IF([ ! test -e "$QAT_OBJ/icp_qa_al.ko" && ! test -e "$QAT_OBJ/qat_api.ko"], [
|
||||
AC_MSG_ERROR([
|
||||
*** Please make sure the qat driver is installed then try again.
|
||||
*** Failed to find icp_qa_al.ko in:
|
||||
*** Failed to find icp_qa_al.ko or qat_api.ko in:
|
||||
$QAT_OBJ])
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user