Re: [PATCH v2] raid6: fix the input of raid6 algorithm

2016-08-28 Thread H. Peter Anvin
On August 27, 2016 11:51:04 PM PDT, liuzhengy...@kylinos.cn wrote: >From: ZhengYuan Liu > >To test and choose the best algorithm for raid6, disks number >and disks data must be offered. These input depend on page >size and gfmul table at current time. It would cause the disk >number less than 4 wh

[PATCH v2] raid6: fix the input of raid6 algorithm

2016-08-27 Thread liuzhengyuan
From: ZhengYuan Liu To test and choose the best algorithm for raid6, disks number and disks data must be offered. These input depend on page size and gfmul table at current time. It would cause the disk number less than 4 when the page size is more than 64KB.This patch would support arbitrarily p