Skip to content

Releases: bluca/valgrind-dpdk

Add support for DPDK v16.04

16 Apr 11:55
Compare
Choose a tag to compare

The new release of DPDK, v16.04, in some build configuration will export the rte__alloc_ symbols in the librte_eal.so shared library. Added support in Valgrind for this new shared object.

DPDK support

10 Feb 23:06
Compare
Choose a tag to compare

Valgrind patched with support for DPDK (and rte_*alloc).

STATICALLY LINKED APPS: use --soname-synonyms=somalloc=NONE

DINAMICALLY LINKED APPS: SONAME must be either lib_dpdk.so_ librte_malloc.so*

NOTE: memory alignment is supported and implemented, but NUMA socket is ignored.