Hello, folks: I only see the rte_mempool_create but without function like rte_mempool_destroy? If I run an application twice, is there possible that the app has the memory leak? Or it just doesn't have enough memory to execute it again because the first one already get most of the memory but without release it.
Thanks, Xun