[PATCH 3/3] nandtest: Introduce multiple reads & check iterations

Artem Bityutskiy dedekind1 at gmail.com
Mon May 5 00:35:04 PDT 2014


On Mon, 2014-04-28 at 10:14 -0300, Ezequiel Garcia wrote:
>                         }
> -                       if (erase_and_write(test_ofs, wbuf, rbuf))
> +                       if (erase_and_write(test_ofs, wbuf, rbuf,
> nr_reads))
>                                 continue;
>                         if (keep_contents)
> -                               erase_and_write(test_ofs, kbuf, rbuf);
> +                               erase_and_write(test_ofs, kbuf, rbuf,
> 1);

I think it would make sense to make the default to be at least 2, or may
be 4.

If you added this improvement, let's make sure people have it on by
default.

-- 
Best Regards,
Artem Bityutskiy




More information about the linux-mtd mailing list