[vpp-dev] pmalloc: clib_pmalloc_create_shared_arena

2018-11-09 Thread Kingwel Xie
Hi dear Damjan, I'm looking at the DPDK IPSec code, and occasionally I got a strange behavior of the memory pools created by dpdk_pool_create. After some time hard debugging, I think there might be a potential overrun issue in clib_pmalloc_create_shared_arena. This is the modified code: return

Re: [vpp-dev] pmalloc: clib_pmalloc_create_shared_arena

2018-11-10 Thread Damjan Marion via Lists.Fd.Io
Merged. Thanks. — Damjan On 10 Nov 2018, at 08:56, Kingwel Xie mailto:kingwel@ericsson.com>> wrote: Hi dear Damjan, I’m looking at the DPDK IPSec code, and occasionally I got a strange behavior of the memory pools created by dpdk_pool_create. After some time hard debugging, I think there