12668: ZFS support for vectorized algorithms on x86 (initial support)

Review Request #2560 — Created May 20, 2020 and submitted — Latest diff uploaded

jjelinek
illumos-gate
12668
general

This is a partial port of the OpenZFS code for hardware assisted (FPU) raidz handling. The current code does not provide any of the FPU support yet. Instead, this is just the refactoring to enable the plugin code so that a future change can add the actual FPU algorithms.

ZFS test suite run, including the new tests for verifying raidz generation and reconstruction still matches the existing behavior.

Loading...