[dpdk-dev] [PATCH] crypto/scheduler: add more EAL options

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Wed Mar 29 23:38:03 CEST 2017


Hi Fan,

> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Monday, February 20, 2017 2:31 PM
> To: dev at dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: [PATCH] crypto/scheduler: add more EAL options
> 
> This patch adds initial mode and ordering enable/disable EAL
> options to cryptodev scheduler PMD.
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> ---
>  drivers/crypto/scheduler/rte_cryptodev_scheduler.h |   3 +
>  drivers/crypto/scheduler/scheduler_pmd.c           | 118
> ++++++++++++++++++++-
>  2 files changed, 118 insertions(+), 3 deletions(-)
> 
...
> 
>  #define RTE_CRYPTODEV_VDEV_NAME
> 	("name")
>  #define RTE_CRYPTODEV_VDEV_SLAVE			("slave")
> +#define RTE_CRYPTODEV_VDEV_MODE
> 	("mode")
> +#define RTE_CRYPTODEV_VDEV_ORDERING			("ordering")

Could you align all this macros?




More information about the dev mailing list