Re: [dpdk-dev] [PATCH] crypto/scheduler: fix slave init attach

2017-04-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Wednesday, April 19, 2017 2:42 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; sta...@dpdk.com > Subject: [PATCH] crypto/scheduler: fix slave init attach > > Fixes: 881851676940 ("crypto/scheduler: improve commandline parsing") > >

[dpdk-dev] [PATCH] crypto/scheduler: fix slave init attach

2017-04-19 Thread Fan Zhang
Fixes: 881851676940 ("crypto/scheduler: improve commandline parsing") This patch fix the slaves attaching initially. Originally, the scheduler will try to attach the slaves passed by the cmdline option in the initial stage, this may break the sequence of the slaves inside the scheduler. Signed-o