> -----Original Message----- > From: Doherty, Declan > Sent: Monday, March 20, 2017 3:28 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio > Subject: Re: [PATCH] crypto/scheduler: optimize crypto op ordering > > On 02/03/17 14:18, Fan Zhang wrote: > > This patch optimizes the crypto op ordering by replacing the > > ordering method from using rte_reorder library to using rte_ring > > to avoid unnecessary crypto op storing and recovering cost. > > > > Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> > > Signed-off-by: Sergio Gonzalez Monroy > <sergio.gonzalez.mon...@intel.com> > > --- > ... > > > > Acked-by: Declan Doherty <declan.dohe...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo