All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] This patch updates AVX512 support for xbzrle
@ 2022-08-26  9:57 ling xu
  2022-08-26  9:57 ` [PATCH v6 1/2] Update AVX512 support for xbzrle_encode_buffer ling xu
  2022-08-26  9:57 ` [PATCH v6 2/2] Unit test code and benchmark code ling xu
  0 siblings, 2 replies; 7+ messages in thread
From: ling xu @ 2022-08-26  9:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: quintela, dgilbert, ling xu, Zhou Zhao, Jun Jin

This patch updates code of avx512 support for xbzrle_encode_buffer
function. We modified code of algorithm and check of avx512. Besides, we provide benchmark in xbzrle-bench.c for performance comparison.

Signed-off-by: ling xu <ling1.xu@intel.com>
Co-authored-by: Zhou Zhao <zhou.zhao@intel.com>
Co-authored-by: Jun Jin <jun.i.jin@intel.com>

ling xu (2):
  Update AVX512 support for xbzrle_encode_buffer
  Unit test code and benchmark code

 meson.build                |  16 ++
 meson_options.txt          |   2 +
 migration/ram.c            |  34 ++-
 migration/xbzrle.c         | 124 ++++++++++
 migration/xbzrle.h         |   4 +
 tests/bench/meson.build    |   4 +
 tests/bench/xbzrle-bench.c | 465 +++++++++++++++++++++++++++++++++++++
 tests/unit/test-xbzrle.c   |  39 +++-
 8 files changed, 680 insertions(+), 8 deletions(-)
 create mode 100644 tests/bench/xbzrle-bench.c

-- 
2.25.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-15  0:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26  9:57 [PATCH v6 0/2] This patch updates AVX512 support for xbzrle ling xu
2022-08-26  9:57 ` [PATCH v6 1/2] Update AVX512 support for xbzrle_encode_buffer ling xu
2022-09-19 15:10   ` Xu, Ling1
2022-10-27  2:12   ` Xu, Ling1
2022-11-14 13:22   ` Juan Quintela
2022-08-26  9:57 ` [PATCH v6 2/2] Unit test code and benchmark code ling xu
2022-11-14 13:33   ` Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.