On 29/03/2017 9:25 AM, Fan Zhang wrote:
This patch adds the packet size based distribution mode main source
file.
Packet-size based distribution mode is a scheduling mode works with 2
slaves, the primary slave and the secondary slave, and distributes the
enqueued crypto operations to them based on their data lengths. A crypto
operation will be distributed to the primary slave if its data length is
equal to or bigger than than the designated threshold, otherwise it will
be handled by the secondary slave.
Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com>
---
...
Acked-by: Declan Doherty <declan.dohe...@intel.com>