[dpdk-dev] Why rte_eal_ivshmem_obj_initd() does not add memory pools to rte_mempool_tailq list?

2015-10-16 Thread Mauricio Vásquez
Hi Anatoly, Thank you very much for your answer, it clarifies it for me. I absolutely agree with you that adding mempools support should not be implemented until a solution for mempool cache corruption is found. Mauricio, On 16 October 2015 at 15:00, Burakov, Anatoly wrote: > Hi Mauricio > >

[dpdk-dev] Why rte_eal_ivshmem_obj_initd() does not add memory pools to rte_mempool_tailq list?

2015-10-16 Thread Burakov, Anatoly
Hi Mauricio > Dear DPDK community, > > Some time ago I was trying to map a memory pool into a guest using > IVSHMEM as described here: > > http://comments.gmane.org/gmane.comp.networking.dpdk.devel/17779 > > After some time I decided to review the code of eal_ivshmem.c, I noticed > that in the