commit | 165148396d8a220c0fb62e30101ea99b0223864e | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Mon Nov 04 17:10:27 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 04 15:27:08 2013 -0500 |
tree | e65441edef73d0052b410c8d31b3c4bbbfc382ef | |
parent | cc0ac1999589c9f713550adde85a09b0dbb75d86 [diff] |
lib: crc32: reduce number of cases for crc32{, c}_combine We can safely reduce the number of test cases by a tenth. There is no particular need to run as many as we're running now for crc32{,c}_combine, that gives us still ~8000 tests we're doing if people run kernels with crc selftests enabled which is perfectly fine. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>