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

2017-04-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Wednesday, April 05, 2017 5:07 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Doherty, Declan > Subject: [PATCH v5] crypto/scheduler: add mode specific option support > > Some scheduling modes may need extra options to be configured

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

2017-04-05 Thread Fan Zhang
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 Acked-by: Declan Doherty --- v5: - Fixed a whitespace error v4: - Added documentation v3: - Fixed the order of APIs in the version map fi