On 2018-12-19 07:37, Honnappa Nagarahalli wrote:
diff --git a/lib/librte_eal/rte_eal_version.map
b/lib/librte_eal/rte_eal_version.map
index 3fe78260d..8b1593dd8 100644
--- a/lib/librte_eal/rte_eal_version.map
+++ b/lib/librte_eal/rte_eal_version.map
@@ -355,6 +355,8 @@ EXPERIMENTAL {
rte_mp_request_async;
rte_mp_sendmsg;
rte_option_register;
+ rte_rwlock_read_trylock;
+ rte_rwlock_write_trylock;
I do not see the other RW lock APIs in this file.
They, just like those added, are static inline functions, will not
result in any symbols in any shared objects and thus shouldn't be in any
version.map file.