> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Roy Fan > Sent: Thursday, July 6, 2017 2:42 AM > To: Rybalchenko, Kirill <kirill.rybalche...@intel.com>; Doherty, Declan > <declan.dohe...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] crypto/scheduler: add multicore > scheduling mode > > > -----Original Message----- > > From: Rybalchenko, Kirill > > Sent: Thursday, July 6, 2017 12:15 AM > > To: Zhang, Roy Fan <roy.fan.zh...@intel.com>; Doherty, Declan > > <declan.dohe...@intel.com> > > Cc: dev@dpdk.org; Rybalchenko, Kirill <kirill.rybalche...@intel.com> > > Subject: [PATCH v3] crypto/scheduler: add multicore scheduling mode > > > > Multi-core scheduling mode is a mode where scheduler distributes > > crypto operations in a round-robin base, between several core assigned as > workers. > > > > Signed-off-by: Kirill Rybalchenko <kirill.rybalche...@intel.com> > > --- > > Changes in v3: > > - Rebased against dpdk-next-crypto > > - Fixed op status check in the reordering ring dequeuing > > - Modified size of the ring between scheduler and workers > > - Modified macro names as per Fan's comment > > - Changed type of variable from 'usigned int' to uint32_t > > Thanks a lot! > > Acked by: Fan Zhang <roy.fan.zh...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo