Re: [dpdk-dev] Debug crash in bucket_enqueue ()

2019-10-24 Thread Ravi Kerur
On Thu, Oct 24, 2019 at 9:58 AM Andrew Rybchenko wrote: > Hello, > > please, see note on the following page: > https://doc.dpdk.org/guides/prog_guide/mempool_lib.html#mempool-handlers Thanks for your inputs. Note refers to '-d' for shared objects. In my case both OVS/DPDK and multi_process/simp

Re: [dpdk-dev] Debug crash in bucket_enqueue ()

2019-10-24 Thread Andrew Rybchenko
Hello, please, see note on the following page: https://doc.dpdk.org/guides/prog_guide/mempool_lib.html#mempool-handlers Andrew. On 10/24/19 7:42 PM, Ravi Kerur wrote: DPDK team, I have a simple multi process setup with OVS/DPDK as primary and another process as secondary. OVS/DPDK sets up mem

[dpdk-dev] Debug crash in bucket_enqueue ()

2019-10-24 Thread Ravi Kerur
DPDK team, I have a simple multi process setup with OVS/DPDK as primary and another process as secondary. OVS/DPDK sets up mempool and rings with MP/MC flags and secondary process attaches to it. I have used example/multi-process/simple_mp as an example. I have disabled 'ASLR' and made sure primar