examples/ipsec-secgw: replace strncpy with strlcpy
[dpdk.git] / lib / librte_mempool / rte_mempool_version.map
index cf375db..1c406b5 100644 (file)
@@ -53,7 +53,15 @@ DPDK_17.11 {
 DPDK_18.05 {
        global:
 
+       rte_mempool_contig_blocks_check_cookies;
        rte_mempool_op_calc_mem_size_default;
        rte_mempool_op_populate_default;
 
 } DPDK_17.11;
+
+EXPERIMENTAL {
+       global:
+
+       rte_mempool_ops_get_info;
+
+} DPDK_18.05;