Re: [dpdk-dev] Mempool handler ops index allocation issue

2019-05-13 Thread Olivier Matz
Hi Gage, On Thu, May 09, 2019 at 10:19:55PM +, Eads, Gage wrote: > Hi all, > > I ran into a problem with a multi-process application, in which two processes > assigned the same mempool handler ops index to *different* handlers. This > happened because the two processes supplied the -d EAL a

[dpdk-dev] Mempool handler ops index allocation issue

2019-05-09 Thread Eads, Gage
Hi all, I ran into a problem with a multi-process application, in which two processes assigned the same mempool handler ops index to *different* handlers. This happened because the two processes supplied the -d EAL arguments in different order, e.g.: sudo ./appA -dlibrte_mempool_bucket.so -dli