[PATCH v2 3/6] crypto: tcrypt: allow setting num of bufs

2017-12-17 Thread Gilad Ben-Yossef
For multiple buffers speed tests, the number of buffers, or requests, used actually sets the level of parallelism a tfm provider may utilize to hide latency. The existing number (of 8) is good for some software based providers but not enough for many HW providers with deep FIFOs. Add a module

[PATCH v2 3/6] crypto: tcrypt: allow setting num of bufs

2017-12-17 Thread Gilad Ben-Yossef
For multiple buffers speed tests, the number of buffers, or requests, used actually sets the level of parallelism a tfm provider may utilize to hide latency. The existing number (of 8) is good for some software based providers but not enough for many HW providers with deep FIFOs. Add a module