kvargs: introduce a more flexible parsing function
[dpdk.git] / lib / librte_kvargs / rte_kvargs_version.map
index 2030ec4..afce125 100644 (file)
@@ -8,3 +8,10 @@ DPDK_2.0 {
 
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       rte_kvargs_parse_delim;
+
+} DPDK_2.0;