Re: [dpdk-dev] rte_pktmbuf_pool_create performance

2020-04-22 Thread amit sehas
It could also be that this is the function that is the most time consuming:malloc_heap_alloc_on_heap_id() still looking, I suspect others have encountered such an issue and know what the problem is ...On Wednesday, April 22, 2020, 04:45:11 PM PDT, amit sehas wrote: I switched from uti

[dpdk-dev] rte_pktmbuf_pool_create performance

2020-04-22 Thread amit sehas
I switched from utilizing dpdk 16.11.1 to dpdk 18.11.6, in the process I started utilizing --single-file-segments,previously I was utilizing a patch for the same functionality on dpdk-16.11.1. And while linking I somehowneed to link in -lnuma now which I previously did not need to. I don't know