> -----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>