Skip to content
Snippets Groups Projects
Commit 04ffce13 authored by ling xu's avatar ling xu Committed by Juan Quintela
Browse files

AVX512 support for xbzrle_encode_buffer


This commit is the same with [PATCH v6 1/2], and provides avx512 support for xbzrle_encode_buffer
function to accelerate xbzrle encoding speed. Runtime check of avx512
support and benchmark for this feature are added. Compared with C
version of xbzrle_encode_buffer function, avx512 version can achieve
50%-70% performance improvement on benchmarking. In addition, if dirty
data is randomly located in 4K page, the avx512 version can achieve
almost 140% performance gain.

Signed-off-by: default avatarling xu <ling1.xu@intel.com>
Co-authored-by: default avatarZhou Zhao <zhou.zhao@intel.com>
Co-authored-by: default avatarJun Jin <jun.i.jin@intel.com>
Reviewed-by: default avatarJuan Quintela <quintela@redhat.com>
Signed-off-by: default avatarJuan Quintela <quintela@redhat.com>
parent e2647050
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment