public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: sunliming@linux.dev
Cc: song@kernel.org, yukuai@fnnas.com, linux-raid@vger.kernel.org,
	linux-kernel@vger.kernel.org, linan666@huaweicloud.com,
	sunliming <sunliming@kylinos.cn>
Subject: Re: [PATCH v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
Date: Fri, 13 Feb 2026 00:15:05 -0800	[thread overview]
Message-ID: <aY7diX0apPxgxhjT@infradead.org> (raw)
In-Reply-To: <20260213031419.125069-1-sunliming@linux.dev>

This is actually a very bad idea.

The current indirect calls for the raid parity generation are very
expensive and need to be replaced by static calls.  Doing runtime
switching defeats this.

I had started on doing the static calls a while ago, let me try to
finish that off.


      parent reply	other threads:[~2026-02-13  8:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-13  3:14 [PATCH v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure sunliming
2026-02-13  3:14 ` [PATCH v3 1/3] lib/raid6: Divide the raid6 algorithm selection process into two parts sunliming
2026-02-13  3:14 ` [PATCH v3 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing sunliming
2026-02-13  3:14 ` [PATCH v3 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config sunliming
2026-02-13  8:15 ` Christoph Hellwig [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=aY7diX0apPxgxhjT@infradead.org \
    --to=hch@infradead.org \
    --cc=linan666@huaweicloud.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=song@kernel.org \
    --cc=sunliming@kylinos.cn \
    --cc=sunliming@linux.dev \
    --cc=yukuai@fnnas.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