> -----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 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 Zhang <roy.fan.zh...@intel.com> > > --- > ... > > > > Acked-by: Declan Doherty <declan.dohe...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo