Hi Fan, > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, February 20, 2017 2:31 PM > To: dev@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.zh...@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?