Re: [PATCH RESEND v3 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
From: Christoph Hellwig
Date: Wed Mar 25 2026 - 01:56:50 EST
On Wed, Mar 25, 2026 at 02:25:16AM +0000, sunliming@xxxxxxxxx wrote:
> > which could affect different test algorithms differently, so this is not
> > a good idea.
> >
> Yes,but this code can be compiled as a module,Could the same problem exist when loading the module?
It could. But at least it is under user control, while offloading
during normal boot almost guarantees a spiky load because that is
how the boot process works.