> -----Original Message----- > From: Zhang, Roy Fan > Sent: Wednesday, March 29, 2017 5:32 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio; Doherty, Declan > Subject: [PATCH v5 0/3] crypto/scheduler: add fail-over mode > > This patch adds fail-over mode for cryptodev scheduler PMD. Fail-over > mode > works with 2 slaves, the primary slave and the secondary slave. In this > mode, the scheduler will enqueues the incoming crypto operation burst to > the > primary slave. When one or more crypto operations fail to be enqueued, > then > they will be enqueued to the secondary slave.
... > 2.7.4 Applied to dpdk-next-crypto as a single patch. Thanks, Pablo