> -----Original Message----- > From: Zhang, Roy Fan > Sent: Thursday, March 30, 2017 11:47 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio; Doherty, Declan > Subject: [PATCH v6 0/3] crypto/scheduler: add packet-base scheduling > mode > > Packet-size based distribution mode is a scheduling mode that works with > 2 slaves, the primary slave and the secondary slave, and distributes the > enqueued crypto operations to them based on their data lengths. A crypto > operation will be distributed to the primary slave if its data length is > equal to or bigger than the designated threshold, otherwise it will be > handled by the secondary slave.
... > 2.7.4 Applied to dpdk-next-crypto as a single patch. Thanks, Pablo