All of lore.kernel.org
 help / color / mirror / Atom feed
From: Song Liu <song@kernel.org>
To: "Dirk Müller" <dmueller@suse.de>
Cc: linux-raid <linux-raid@vger.kernel.org>
Subject: Re: [PATCH] Use strict priority ranking for pq gen() benchmarking
Date: Tue, 4 Jan 2022 09:28:39 -0800	[thread overview]
Message-ID: <CAPhsuW5ThAK78JNfVZ0P8W1vKm2nWk7kYm350WFdSzBwcR3-ZQ@mail.gmail.com> (raw)
In-Reply-To: <4023010.WmdfGTY597@magnolia>

On Mon, Jan 3, 2022 at 8:28 AM Dirk Müller <dmueller@suse.de> wrote:
>
> On Sonntag, 2. Januar 2022 01:03:44 CET Song Liu wrote:
>
> > We need  more explanation/documentation about 0 vs. 1 vs. 2 priority.
>
> In the commit message? in the code? this is basically a copy&paste of the same
> concept and code from a few lines below the diff, struct raid6_recov_calls
> which works the same way and currently has no documentation at all.
>
> want me to add to both then?

I guess we only need something like:

  .priority = 2   /* avx is always faster than sse */

>
> > >                         if ((*algo)->valid && !(*algo)->valid())
> >
> > If the module load time is really critical, maybe we can run all
> > ->valid() calls first and
> > find the highest valid priority. Then, we only run the benchmark for
> > these algorithms.
>
> thats exactly what the code always did. previously all x86_64 specific
> implementations (be it SSE1/SSE2/AVX2/AVX512) all had the same priority level
> 1, over the default priority level 0 for the implemented-in-C int*.c routines.
> with this change, we have one more level p refering AVX* over the rest, so
> that we skip testing SSE1/SSE2 (similary to how the integer implementations
> have always been skipped before).
>
> > Does this make sense?
>
> the valid call is not probing anything by itself. it just iterates over a
> small array of functions and stops executing benchmarks for those that have
> lower priority ranks.
>
> so there isn't really a lot of cycles to win by changing the execution order
> here. I would assume it will actually slow things down as we have to store the
> valid() result for the 2nd iteration.

Let's keep this part as-is then.

Thanks,
Song

  reply	other threads:[~2022-01-04 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-29 22:36 [PATCH] Use strict priority ranking for pq gen() benchmarking Dirk Müller
2021-12-30 13:46 ` Paul Menzel
2021-12-31  8:52   ` Dirk Müller
2021-12-31  8:57     ` Paul Menzel
2022-01-02  0:03 ` Song Liu
2022-01-03 16:28   ` Dirk Müller
2022-01-04 17:28     ` Song Liu [this message]
2022-01-05 16:39       ` Dirk Müller

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=CAPhsuW5ThAK78JNfVZ0P8W1vKm2nWk7kYm350WFdSzBwcR3-ZQ@mail.gmail.com \
    --to=song@kernel.org \
    --cc=dmueller@suse.de \
    --cc=linux-raid@vger.kernel.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 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.