diff options
author | Tom Caputi <[email protected]> | 2018-03-09 16:37:15 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-03-09 13:37:15 -0800 |
commit | cf63739191b6cac629d053930a4aea592bca3819 (patch) | |
tree | 818c74079631f8abf24356ac16e846a7dec24c68 /module/zfs/Makefile.in | |
parent | 8e5d14844d2f22997b3a41d8e2357e8f30c5d5dd (diff) |
QAT support for AES-GCM
This patch adds support for acceleration of AES-GCM encryption
with Intel Quick Assist Technology.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Chengfeix Zhu <[email protected]>
Signed-off-by: Weigang Li <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Closes #7282
Diffstat (limited to 'module/zfs/Makefile.in')
-rw-r--r-- | module/zfs/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/zfs/Makefile.in b/module/zfs/Makefile.in index 084c1ac23..fe0d5b523 100644 --- a/module/zfs/Makefile.in +++ b/module/zfs/Makefile.in @@ -132,7 +132,9 @@ $(MODULE)-objs += zrlock.o $(MODULE)-objs += zvol.o $(MODULE)-objs += dsl_destroy.o $(MODULE)-objs += dsl_userhold.o +$(MODULE)-objs += qat.o $(MODULE)-objs += qat_compress.o +$(MODULE)-objs += qat_crypt.o # Suppress incorrect warnings from versions of objtool which are not # aware of x86 EVEX prefix instructions used for AVX512. |