Skip to content

Commit a0c149a

Browse files
mcmilkgmelikov
authored andcommitted
Add zfs_sha256_impl and zfs_sha512_impl to Checksums.rst
We should add these two module parameter. They can be used for setting up individual SIMD module parameters. Signed-off-by: Tino Reichardt <[email protected]>
1 parent c3db54b commit a0c149a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Basic Concepts/Checksums.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ parameters.
129129
Checksum Results Filename ``zfs`` module parameter
130130
========= ==================================== ========================
131131
Fletcher4 /proc/spl/kstat/zfs/fletcher_4_bench zfs_fletcher_4_impl
132-
all-other /proc/spl/kstat/zfs/chksum_bench zfs_blake3_impl
132+
all-other /proc/spl/kstat/zfs/chksum_bench zfs_blake3_impl,
133+
zfs_sha256_impl,
134+
zfs_sha512_impl
133135
========= ==================================== ========================
134136

135137
Disabling Checksums

0 commit comments

Comments
 (0)