Re: [dpdk-dev] [PATCH] crypto/scheduler: add enqueue and dequeue operations

2017-02-24 Thread Doherty, Declan
On 21/02/2017 11:43 AM, Fan Zhang wrote: This patch adds enqueue and dequeue operations to rte_cryptodev_scheduler_ops structure. This helps improving the performance by reducing unnecessary function calls. Signed-off-by: Fan Zhang --- ... rte_cryptodev_scheduler_create_private_ctx c

[dpdk-dev] [PATCH] crypto/scheduler: add enqueue and dequeue operations

2017-02-21 Thread Fan Zhang
This patch adds enqueue and dequeue operations to rte_cryptodev_scheduler_ops structure. This helps improving the performance by reducing unnecessary function calls. Signed-off-by: Fan Zhang --- drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 6 + .../scheduler/rte_cryptodev_scheduler_