From: Sam <batmanustc@gmail.com>
To: dev@dpdk.org
Subject: Re: [dpdk-dev] Got bug while using valgrind on OVS-DPDK?
Date: Tue, 3 Apr 2018 15:10:22 +0800 [thread overview]
Message-ID: <CAOE=1Z3JExGzvVkCCA_XTXeVyR9zw3x4_mQy4pf1jdUhB9EiHw@mail.gmail.com> (raw)
In-Reply-To: <CAOE=1Z0Gm9Nve+isk_7hNHwGm68kFz8f-BCX3eb0Hh=jsugRXw@mail.gmail.com>
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~
>
prev parent reply other threads:[~2018-04-03 7:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-03 6:45 Sam
2018-04-03 7:10 ` Sam [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOE=1Z3JExGzvVkCCA_XTXeVyR9zw3x4_mQy4pf1jdUhB9EiHw@mail.gmail.com' \
--to=batmanustc@gmail.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).