Re: [PATCH v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
From: Christoph Hellwig
Date: Fri Feb 13 2026 - 03:15:52 EST
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.