[dpdk-dev] [PATCH v6 1/3] crypto/scheduler: add packet size based mode code

Declan Doherty declan.doherty at intel.com
Thu Mar 30 13:16:49 CEST 2017


On 30/03/17 11:47, 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, primary slave and secondary slave, and distribute the enqueued
> crypto ops to them based on their data lengths. A crypto op will be
> distributed to the primary slave if its data length equals or bigger
> than the designated threshold, otherwise it will be handled by the
> secondary slave.
>
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> ---
...
>

Acked-by: Declan Doherty <declan.doherty at intel.com>


More information about the dev mailing list