Hi all, I want to use valgrind to check if there is memleak of OVS-DPDK's ovs-vswitchd, so I use this command:
valgrind ovs-vswitchd ... But got errors like this: the system does not support "RDRNAD" > please check that RTE_MACHINE is set correctly Does that mean valgrind does NOT support OVS-DPDK ovs-vswitchd? How could I check if ovs-vswitchd has no memleak? thank you~