Hi Fan, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fan Zhang > Sent: Tuesday, February 21, 2017 2:30 PM > To: dev@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.zh...@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