qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Liang Li <liang.z.li@intel.com>, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, quintela@redhat.com,
	dgilbert@redhat.com, stefanha@redhat.com, amit.shah@redhat.com,
	rth@twiddle.net
Subject: Re: [Qemu-devel] [PATCH v5 0/2] add avx2 instruction optimization
Date: Wed, 27 Jan 2016 15:20:37 +0100	[thread overview]
Message-ID: <56A8D235.8040705@redhat.com> (raw)
In-Reply-To: <1453880034-25076-1-git-send-email-liang.z.li@intel.com>



On 27/01/2016 08:33, Liang Li wrote:
> buffer_find_nonzero_offset() is a hot function during live migration.
> Now it use SSE2 instructions for optimization. For platform supports
> AVX2 instructions, use the AVX2 instructions for optimization can help
> to improve the performance of zero page checking about 30% comparing
> to SSE2.
> Live migration can be faster with this optimization, the test result
> shows that for an 8GB RAM idle guest, this patch can help to shorten
> the total live migration time about 6%.
> 
> This patch use the ifunc mechanism to select the proper function when
> running, for platform supports AVX2, execute the AVX2 instructions,
> else, execute the original instructions.
> 
> With this patch, the QEMU binary can run on both platforms support AVX2
> or not.
> 
> Compiler which doesn't support the AVX2 and ifunc attribute can also build
> the source code successfully.
> 
> v5 -> v4 changes:
>   * Enhance the ifunc attribute detection (Paolo's suggestion)
> 
> v3 -> v4 changes:
>   * Use the GCC #pragma to make things simple (Paolo's suggestion) 
>   * Put avx2 related code in cutils.c (Richard's suggestion)
>   * Change the configure, detect ifunc and avx2 attributes together
> 
> v2 -> v3 changes:
>   * Detect the ifunc attribute support (Paolo's suggestion) 
>   * Use the ifunc attribute instead of the inline asm (Richard's suggestion)
>   * Change the configure (Juan's suggestion)
> 
> Liang Li (2):
>   configure: detect ifunc and avx2 attribute
>   cutils: add avx2 instruction optimization
> 
>  configure             |  21 +++++++++
>  include/qemu-common.h |   8 +---
>  util/cutils.c         | 118 ++++++++++++++++++++++++++++++++++++++++++++++++--
>  3 files changed, 136 insertions(+), 11 deletions(-)

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

  parent reply	other threads:[~2016-01-27 14:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  7:33 [Qemu-devel] [PATCH v5 0/2] add avx2 instruction optimization Liang Li
2016-01-27  7:33 ` [Qemu-devel] [PATCH v5 1/2] configure: detect ifunc and avx2 attribute Liang Li
2016-01-27  7:33 ` [Qemu-devel] [PATCH v5 2/2] cutils: add avx2 instruction optimization Liang Li
2016-01-27 14:20 ` Paolo Bonzini [this message]
2016-02-22  6:23   ` [Qemu-devel] [PATCH v5 0/2] " Li, Liang Z
2016-02-22  6:40     ` Amit Shah
2016-02-22  6:47       ` Li, Liang Z

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A8D235.8040705@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=amit.shah@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=liang.z.li@intel.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=rth@twiddle.net \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).