> -----Original Message----- > From: stable [mailto:[email protected]] On Behalf Of Kirill Rybalchenko > Sent: Wednesday, May 16, 2018 3:25 PM > To: [email protected] > Cc: [email protected]; Rybalchenko, Kirill <[email protected]>; > Zhang, > Roy Fan <[email protected]> > Subject: [dpdk-stable] [PATCH v2] crypto/scheduler: fix multicore rings re-use > > 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") > Cc: [email protected] > > v2: > Rebase to head of dpdk-dev master branch
The changelog should go after the three dashes, so it is not a part of the commit when merged. > > Signed-off-by: Kirill Rybalchenko <[email protected]> You forgot to include the two previous acks (if you send another revision, add them). Acked-by: Pablo de Lara <[email protected]> Acked-by: Fan Zhang <[email protected]> Pablo

