[v2,0/2] crypto/scheduler: add mode specific parameter support

Message ID 20180723131715.62875-1-roy.fan.zhang@intel.com (mailing list archive)
Headers
Series crypto/scheduler: add mode specific parameter support |

Message

Fan Zhang July 23, 2018, 1:17 p.m. UTC
  This patch adds scheduler PMD mode specific parameter support. The              
packet-size-distr mode now support custom threshold during initialization.

v2:
- Rebased to master (thanks to Pablo)
- Fixed documentation

Fan Zhang (2):
  crypto/scheduler: add mode param parsing
  crypto/scheduler: add packet-size-distr mode param parse

 doc/guides/cryptodevs/scheduler.rst                | 12 +++-
 drivers/crypto/scheduler/rte_cryptodev_scheduler.h |  1 +
 drivers/crypto/scheduler/scheduler_pmd.c           | 75 ++++++++++++++++++++++
 3 files changed, 87 insertions(+), 1 deletion(-)
  

Comments

De Lara Guarch, Pablo July 24, 2018, 8:17 a.m. UTC | #1
> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Monday, July 23, 2018 2:17 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH v2 0/2] crypto/scheduler: add mode specific parameter support
> 
> This patch adds scheduler PMD mode specific parameter support. The
> packet-size-distr mode now support custom threshold during initialization.
> 
> v2:
> - Rebased to master (thanks to Pablo)
> - Fixed documentation
> 
> Fan Zhang (2):
>   crypto/scheduler: add mode param parsing
>   crypto/scheduler: add packet-size-distr mode param parse
> 
>  doc/guides/cryptodevs/scheduler.rst                | 12 +++-
>  drivers/crypto/scheduler/rte_cryptodev_scheduler.h |  1 +
>  drivers/crypto/scheduler/scheduler_pmd.c           | 75
> ++++++++++++++++++++++
>  3 files changed, 87 insertions(+), 1 deletion(-)
> 
> --
> 2.13.6

Series applied to dpdk-next-crypto.
Thanks,

Pablo