Re: [dpdk-dev] [PATCH v2 1/3] crypto/scheduler: add fail-over scheduling mode file

2017-03-28 Thread Declan Doherty
On 23/03/17 13:02, Fan Zhang wrote: This patch adds the fail-over scheduling mode main source file. A little bit of detail on how the fail over scheduling will work would be good in the commit comment. Signed-off-by: Fan Zhang --- drivers/crypto/scheduler/scheduler_failover.c | 324

[dpdk-dev] [PATCH v2 1/3] crypto/scheduler: add fail-over scheduling mode file

2017-03-23 Thread Fan Zhang
This patch adds the fail-over scheduling mode main source file. Signed-off-by: Fan Zhang --- drivers/crypto/scheduler/scheduler_failover.c | 324 ++ 1 file changed, 324 insertions(+) create mode 100644 drivers/crypto/scheduler/scheduler_failover.c diff --git a/drivers/c