qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Dmitry Fleytman <dmitry@daynix.com>, Ladi Prosek <lprosek@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] net: optimize checksum computation
Date: Mon, 9 Jan 2017 11:32:48 +0800	[thread overview]
Message-ID: <c9214859-d672-5f13-3d01-09325204c6bb@redhat.com> (raw)
In-Reply-To: <F68AE366-F432-43FA-BBD8-6B4EF72BDC14@daynix.com>



On 2017年01月08日 17:03, Dmitry Fleytman wrote:
>> On 6 Jan 2017, at 10:08 AM, Ladi Prosek <lprosek@redhat.com> wrote:
>>
>> Very simple loop optimization with a significant performance impact.
>>
>> Microbenchmark results, modern x86-64:
>>
>> buffer size | speed up
>> ------------+---------
>> 1500        | 1.7x
>> 64          | 1.5x
>> 8           | 1.15x
>>
>> Microbenchmark results, POWER7:
>>
>> buffer size | speed up
>> ------------+---------
>> 1500        | 5x
>> 64          | 3.3x
>> 8           | 1.13x
>>
>> There is a lot of room for further improvement at the expense of
>> code complexity - aligned multibyte reads, LE/BE considerations,
>> architecture-specific optimizations, etc. This patch still keeps
>> things simple and readable.
> Reviewed-by: Dmitry Fleytman <dmitry@daynix.com>
>

Applied to -net.

Thanks

      reply	other threads:[~2017-01-09  3:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06  8:08 [Qemu-devel] [PATCH] net: optimize checksum computation Ladi Prosek
2017-01-08  9:03 ` Dmitry Fleytman
2017-01-09  3:32   ` Jason Wang [this message]

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=c9214859-d672-5f13-3d01-09325204c6bb@redhat.com \
    --to=jasowang@redhat.com \
    --cc=dmitry@daynix.com \
    --cc=lprosek@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).