Martin Schwidefsky
474fd6e80f
RAID/s390: add SIMD implementation for raid6 gen/xor
Using vector registers is slightly faster:
raid6: vx128x8 gen() 19705 MB/s
raid6: vx128x8 xor() 11886 MB/s
raid6: using algorithm vx128x8 gen() 19705 MB/s
raid6: .... xor() 11886 MB/s, rmw enabled
vs the software algorithms:
raid6: int64x1 gen() 3018 MB/s
raid6: int64x1 xor() 1429 MB/s
raid6: int64x2 gen() 4661 MB/s
raid6: int64x2 xor() 3143 MB/s
raid6: int64x4 gen() 5392 MB/s
raid6: int64x4 xor() 3509 MB/s
raid6: int64x8 gen() 4441 MB/s
raid6: int64x8 xor() 3207 MB/s
raid6: using algorithm int64x4 gen() 5392 MB/s
raid6: .... xor() 3509 MB/s, rmw enabled
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-08-29 11:05:04 +02:00
..
2016-08-02 16:11:27 -04:00
2016-08-06 00:01:33 -04:00
2016-08-04 20:10:31 -04:00
2016-08-04 20:10:31 -04:00
2016-08-05 09:48:22 -04:00
2016-08-08 22:22:20 -07:00
2016-08-29 11:05:04 +02:00
2016-08-12 12:32:24 -07:00
2016-08-04 14:19:16 -06:00
2016-08-04 14:19:16 -06:00
2016-08-07 14:41:02 -06:00
2016-08-04 08:50:07 -04:00
2016-08-07 14:41:02 -06:00
2016-08-07 14:41:02 -06:00
2016-08-07 14:41:02 -06:00
2016-08-11 09:41:35 -06:00
2016-08-02 17:31:41 -04:00
2016-08-18 15:36:13 +02:00
2016-08-02 16:11:27 -04:00
2016-08-02 19:35:24 -04:00
2016-08-07 10:01:14 -04:00
2016-08-04 08:50:07 -04:00
2016-08-04 08:50:07 -04:00
2016-08-04 08:50:07 -04:00
2016-08-01 18:55:31 -04:00
2016-08-04 10:16:56 +09:30
2016-08-04 08:50:07 -04:00
2016-08-02 19:35:10 -04:00
2016-08-07 14:41:02 -06:00
2016-08-02 17:31:41 -04:00
2016-08-02 19:35:44 -04:00
2016-08-04 08:50:07 -04:00
2016-08-02 17:31:41 -04:00
2016-08-02 19:35:03 -04:00
2016-08-02 19:35:30 -04:00
2016-08-12 12:01:27 +02:00
2016-08-02 19:35:02 -04:00
2016-08-08 14:48:14 -07:00
2016-08-04 10:16:55 +09:30
2016-08-09 09:19:32 +02:00
2016-08-13 15:15:54 -07:00
2016-08-06 09:49:02 -04:00
2016-08-07 14:41:02 -06:00
2016-08-02 17:12:29 -04:00
2016-08-10 13:05:52 +02:00
2016-08-09 10:48:18 -07:00
2016-08-02 19:35:08 -04:00
2016-08-02 19:35:06 -04:00
2016-08-02 19:35:38 -04:00
2016-08-02 19:35:37 -04:00
2016-08-02 19:35:37 -04:00
2016-08-02 19:35:23 -04:00
2016-08-08 12:51:58 -07:00
2016-08-08 13:11:43 -07:00
2016-08-08 14:48:14 -07:00
2016-08-04 08:50:07 -04:00
2016-08-02 17:31:41 -04:00
2016-08-08 14:48:14 -07:00
2016-08-08 13:02:01 -07:00
2016-08-01 21:44:52 +03:00
2016-08-02 02:57:29 +03:00
2016-08-04 08:50:07 -04:00