> -----Original Message----- > From: Rybalchenko, Kirill > Sent: Thursday, July 6, 2017 12:15 AM > To: Zhang, Roy Fan <[email protected]>; Doherty, Declan > <[email protected]> > Cc: [email protected]; Rybalchenko, Kirill <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]>

