[dpdk-dev] [PATCH] crypto/scheduler: add mode specific option support

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Mar 21 15:34:01 CET 2017


Hi Fan,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Fan Zhang
> Sent: Tuesday, February 21, 2017 2:30 PM
> To: dev at dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: [dpdk-dev] [PATCH] crypto/scheduler: add mode specific option
> support
> 
> Some scheduling modes may need extra options to be configured,
> this patch adds the function prototype for setting/getting
> options.
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> ---
>  drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 57
> ++++++++++++++++++++++
>  drivers/crypto/scheduler/rte_cryptodev_scheduler.h | 27 ++++++++++
>  .../scheduler/rte_cryptodev_scheduler_operations.h |  5 ++
>  drivers/crypto/scheduler/scheduler_roundrobin.c    | 10 +++-
>  4 files changed, 98 insertions(+), 1 deletion(-)
> 

You are adding two new functions to the API, so you should add them in the version.map file.

Thanks,
Pablo



More information about the dev mailing list