All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/librte_rawdev: fix compile error when using sanitizer
@ 2018-05-25  3:20 Liu Hongbo
  2018-05-25 10:54 ` Shreyansh Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Liu Hongbo @ 2018-05-25  3:20 UTC (permalink / raw)
  To: dev; +Cc: shreyansh.jain, Liu Hongbo

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-25 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25  3:20 [PATCH] lib/librte_rawdev: fix compile error when using sanitizer Liu Hongbo
2018-05-25 10:54 ` Shreyansh Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.