From 930f9cc66c240725725488613711a637a6903885 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Thu, 27 Feb 2025 13:02:17 +1100 Subject: [PATCH] crypto_test: include AVX2 GCM implementation in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: Joel Low Reviewed-by: Tony Hutter Reviewed-by: Attila Fülöp Signed-off-by: Rob Norris Closes #17058 --- tests/zfs-tests/cmd/crypto_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/zfs-tests/cmd/crypto_test.c b/tests/zfs-tests/cmd/crypto_test.c index e08003f80..cbebd33e0 100644 --- a/tests/zfs-tests/cmd/crypto_test.c +++ b/tests/zfs-tests/cmd/crypto_test.c @@ -529,6 +529,8 @@ static const char *aes_gcm_impl[][2] = { { "aesni", "pclmulqdq" }, { "x86_64", "avx" }, { "aesni", "avx" }, + { "x86_64", "avx2" }, + { "aesni", "avx2" }, }; /* signature of function to call after setting implementation params */