From: Liu Hongbo <cnliuhb@gmail.com>
To: dev@dpdk.org
Cc: shreyansh.jain@nxp.com, Liu Hongbo <cnliuhb@gmail.com>
Subject: [dpdk-dev] [PATCH] lib/librte_rawdev: fix compile error when using sanitizer
Date: Fri, 25 May 2018 03:20:11 +0000 [thread overview]
Message-ID: <1527218411-3305-1-git-send-email-cnliuhb@gmail.com> (raw)
Otherwise, make will report the following error:
rte_rawdevs is not flagged as experimental
but is listed in version map
By command: EXTRA_CFLAGS="-fsanitize=address" make
Fixes: c88b3f2558 ("rawdev: introduce raw device library")
Cc: shreyansh.jain@nxp.com
Signed-off-by: Liu Hongbo <cnliuhb@gmail.com>
---
lib/librte_rawdev/rte_rawdev_version.map | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/librte_rawdev/rte_rawdev_version.map b/lib/librte_rawdev/rte_rawdev_version.map
index af4465e..7778f44 100644
--- a/lib/librte_rawdev/rte_rawdev_version.map
+++ b/lib/librte_rawdev/rte_rawdev_version.map
@@ -28,7 +28,6 @@ EXPERIMENTAL {
rte_rawdev_xstats_get;
rte_rawdev_xstats_names_get;
rte_rawdev_xstats_reset;
- rte_rawdevs;
local: *;
};
--
2.7.4
next reply other threads:[~2018-05-25 3:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 3:20 Liu Hongbo [this message]
2018-05-25 10:54 ` Shreyansh Jain
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=1527218411-3305-1-git-send-email-cnliuhb@gmail.com \
--to=cnliuhb@gmail.com \
--cc=dev@dpdk.org \
--cc=shreyansh.jain@nxp.com \
/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).