Re: [PATCH v3] dmaengine: dmatest: add norandom option

2018-02-04 Thread Vinod Koul
On Fri, Feb 02, 2018 at 05:51:09PM +0800, Yang Shunyong wrote: > Existing option noverify disables both random src/dst address offset > setup and data verification. Sometimes, we need to control random > src/dst address setup and verification separately, such as disabling > random to make sure

Re: [PATCH v3] dmaengine: dmatest: add norandom option

2018-02-04 Thread Vinod Koul
On Fri, Feb 02, 2018 at 05:51:09PM +0800, Yang Shunyong wrote: > Existing option noverify disables both random src/dst address offset > setup and data verification. Sometimes, we need to control random > src/dst address setup and verification separately, such as disabling > random to make sure

[PATCH v3] dmaengine: dmatest: add norandom option

2018-02-02 Thread Yang Shunyong
Existing option noverify disables both random src/dst address offset setup and data verification. Sometimes, we need to control random src/dst address setup and verification separately, such as disabling random to make sure that test covers addresses in all interleaving banks, but data

[PATCH v3] dmaengine: dmatest: add norandom option

2018-02-02 Thread Yang Shunyong
Existing option noverify disables both random src/dst address offset setup and data verification. Sometimes, we need to control random src/dst address setup and verification separately, such as disabling random to make sure that test covers addresses in all interleaving banks, but data