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

Declan Doherty declan.doherty at intel.com
Thu Mar 30 09:38:25 CEST 2017


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.zhang at intel.com>
> ---
...
>

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


More information about the dev mailing list