> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, July 6, 2017 9:31 AM > To: 'Zhang, Roy Fan' <[email protected]>; Rybalchenko, Kirill > <[email protected]>; Doherty, Declan > <[email protected]> > Cc: [email protected] > Subject: RE: [dpdk-dev] [PATCH v3] crypto/scheduler: add multicore > scheduling mode > > > > > -----Original Message----- > > From: dev [mailto:[email protected]] On Behalf Of Zhang, Roy Fan > > Sent: Thursday, July 6, 2017 2:42 AM > > To: Rybalchenko, Kirill <[email protected]>; Doherty, > > Declan <[email protected]> > > Cc: [email protected] > > 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 <[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]> > > Applied to dpdk-next-crypto. > Thanks, > > Pablo
Forgot to say that I fixed a build error on gcc 32 bits and a minor issue in the documentation. Pablo

