[dpdk-dev] [PATCH] lib/librte_rawdev: fix compile error when using sanitizer

Liu Hongbo cnliuhb at gmail.com
Fri May 25 05:20:11 CEST 2018


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 at nxp.com

Signed-off-by: Liu Hongbo <cnliuhb at 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



More information about the dev mailing list