Re: [dpdk-dev] [PATCH] crypto/scheduler: fix multicore rings re-use

2018-05-16 Thread Pattan, Reshma
Hi Kirill Not able to apply this patch cleanly either on dpdk.org or crypto next tree. Can you check if you have to rebase it? Thanks, Reshma

Re: [dpdk-dev] [PATCH] crypto/scheduler: fix multicore rings re-use

2018-05-14 Thread Zhang, Roy Fan
Thanks a lot! > -Original Message- > From: Rybalchenko, Kirill > Sent: Monday, May 14, 2018 7:53 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Rybalchenko, Kirill ; > Zhang, Roy Fan > Subject: [PATCH] crypto/scheduler: fix multicore rings re-use > > When scheduler mode changed from multic

[dpdk-dev] [PATCH] crypto/scheduler: fix multicore rings re-use

2018-05-13 Thread Kirill Rybalchenko
When scheduler mode changed from multicore to roundrobin and back to multicore, scheduler tries to create memory rings with the same name and fails. The fix allows to lookup and re-use previously allocated memory rings. Fixes: 4c07e0552f0a ("crypto/scheduler: add multicore scheduling mode") Signe