* [dpdk-dev] Got bug while using valgrind on OVS-DPDK?
@ 2018-04-03 6:45 Sam
2018-04-03 7:10 ` Sam
0 siblings, 1 reply; 2+ messages in thread
From: Sam @ 2018-04-03 6:45 UTC (permalink / raw)
To: dev
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~
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] Got bug while using valgrind on OVS-DPDK?
2018-04-03 6:45 [dpdk-dev] Got bug while using valgrind on OVS-DPDK? Sam
@ 2018-04-03 7:10 ` Sam
0 siblings, 0 replies; 2+ messages in thread
From: Sam @ 2018-04-03 7:10 UTC (permalink / raw)
To: dev
Hi all,
solved by remove these:
-ifneq ($(filter $(AUTO_CPUFLAGS),__AVX__),)-CPUFLAGS +=
AVX-endif--ifneq ($(filter $(AUTO_CPUFLAGS),__RDRND__),)-CPUFLAGS +=
RDRAND-endif--ifneq ($(filter
$(AUTO_CPUFLAGS),__FSGSBASE__),)-CPUFLAGS += FSGSBASE-endif--ifneq
($(filter $(AUTO_CPUFLAGS),__F16C__),)-CPUFLAGS += F16C-endif--ifneq
($(filter $(AUTO_CPUFLAGS),__AVX2__),)-CPUFLAGS += AVX2-endif-
2018-04-03 14:45 GMT+08:00 Sam <batmanustc@gmail.com>:
> 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~
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-03 7:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 6:45 [dpdk-dev] Got bug while using valgrind on OVS-DPDK? Sam
2018-04-03 7:10 ` Sam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).