We developed an application based on DPDK library and need to check our probable memory leakage errors. What is the best solution for this purpose?
BTW, We tried Valgrind and got the following error: "ERROR: This system does not support "RDRAND". Please check that RTE_MACHINE is set correctly." In order to solve this problem we used dpdk-valgrind project ( https://github.com/bluca/valgrind-dpdk). This project have solved the mentioned error, but caused new errors!
