Hi all, I'm running dpdk application, and this application is always hanged after running for a long time, so I want to see if there is memory leak or something.
I think the memory allocate by dpdk api such as "rte_rxmbuf_alloc" is located in memory of a core, not system memory, is it right? If it's right, I think `top` command could not show the usage of this type of memory. So how to show this type of memory? Thank you~