Skip to content

Question: kernel patch from linux-tkg for ZFS #11571

Answered by AttilaFueloep
mabod asked this question in Q&A
Discussion options

You must be logged in to vote

Encryption performance wise it actually depends on the CPU and the encryption algorithm. If the CPU doesn't have AVX support or AES-CCM is chosen, that patch roughly doubles performance since FPU state is only saved on context switches. See e.g. #10846. If it has AVX and you are using AES-GCM Brian is right, performance gain is quite minimal since recent 0.8 and 2.0 ZFS versions, besides other optimizations, mostly take care of that. See #9749.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by behlendorf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #11569 on February 05, 2021 17:26.