Re: [dpdk-dev] [PATCH] crypto/scheduler: change enqueue and dequeue functions

2017-03-21 Thread De Lara Guarch, Pablo
> -Original Message- > From: Doherty, Declan > Sent: Monday, March 20, 2017 2:18 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio > Subject: Re: [PATCH] crypto/scheduler: change enqueue and dequeue > functions > > On 02/03/17 11:12, Fan Zhang wro

Re: [dpdk-dev] [PATCH] crypto/scheduler: change enqueue and dequeue functions

2017-03-20 Thread Declan Doherty
On 02/03/17 11:12, Fan Zhang wrote: This patch changes the enqueue and dequeue methods to cryptodev scheduler PMD. Originally a 2-layer function call is carried out upon enqueuing or dequeuing a burst of crypto ops. This patch removes one layer to improve the performance. Signed-off-by: Fan Zhan

[dpdk-dev] [PATCH] crypto/scheduler: change enqueue and dequeue functions

2017-03-02 Thread Fan Zhang
This patch changes the enqueue and dequeue methods to cryptodev scheduler PMD. Originally a 2-layer function call is carried out upon enqueuing or dequeuing a burst of crypto ops. This patch removes one layer to improve the performance. Signed-off-by: Fan Zhang --- drivers/crypto/scheduler/sched