Re: [PATCH v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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.