Re: [PATCH v3 08/10] crypto: marvell: Add load balancing between engines

2016-06-21 Thread Boris Brezillon
On Tue, 21 Jun 2016 10:08:38 +0200 Romain Perier wrote: > This commits adds support for fine grained load balancing on > multi-engine IPs. The engine is pre-selected based on its current load > and on the weight of the crypto request that is about to be processed. > The global crypto queue is als

[PATCH v3 08/10] crypto: marvell: Add load balancing between engines

2016-06-21 Thread Romain Perier
This commits adds support for fine grained load balancing on multi-engine IPs. The engine is pre-selected based on its current load and on the weight of the crypto request that is about to be processed. The global crypto queue is also moved to each engine. These changes are required to allow chaini