summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGvozden Neskovic <[email protected]>2016-07-18 15:10:17 +0200
committerBrian Behlendorf <[email protected]>2016-07-19 16:43:07 -0700
commit26a08b5ca94ffc96add1d2d9dfe7dc78a0945ef2 (patch)
tree18b7d03e316f509c3225231a2390b9467d2636a4 /include
parentc9187d867fee3972de48b71762407ae7dabb2563 (diff)
RAIDZ parity kstat rework
Print table with speed of methods for each implementation. Last line describes contents of [fastest] selection. Signed-off-by: Gvozden Neskovic <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #4860
Diffstat (limited to 'include')
-rw-r--r--include/sys/vdev_raidz_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/vdev_raidz_impl.h b/include/sys/vdev_raidz_impl.h
index 2b3694f0a..af09aa643 100644
--- a/include/sys/vdev_raidz_impl.h
+++ b/include/sys/vdev_raidz_impl.h
@@ -233,8 +233,8 @@ impl ## _rec_ ## code(void *rmp, const int *tgtidx) \
typedef struct raidz_impl_kstat {
- kstat_named_t gen[RAIDZ_GEN_NUM]; /* gen method speed kiB/s */
- kstat_named_t rec[RAIDZ_REC_NUM]; /* rec method speed kiB/s */
+ uint64_t gen[RAIDZ_GEN_NUM]; /* gen method speed B/s */
+ uint64_t rec[RAIDZ_REC_NUM]; /* rec method speed B/s */
} raidz_impl_kstat_t;
/*