Re: [dpdk-dev] [PATCH] crypto/scheduler: remove session backup and recover

2017-07-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Friday, May 26, 2017 2:25 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] crypto/scheduler: remove session backup and recover > > This patch removes the unnecssary session backup and recover steps in the > round-ro

[dpdk-dev] [PATCH] crypto/scheduler: remove session backup and recover

2017-05-25 Thread Fan Zhang
This patch removes the unnecssary session backup and recover steps in the round-robin and fail-over modes of cryptodev scheduler PMD. Originally, the scheduler blindly enqueues to the slaves regardless of their available queue rooms, and recovers the sessions once failed. This patch predicts the nu