ethdev: avoid undefined behaviour on configuration copy
[dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
index 2662a37..263dc0a 100644 (file)
@@ -46,8 +46,26 @@ DPDK_18.08 {
        rte_pktmbuf_pool_create_by_ops;
 } DPDK_16.11;
 
+DPDK_19.11 {
+       global:
+
+       __rte_pktmbuf_linearize;
+       rte_pktmbuf_clone;
+
+} DPDK_18.08;
+
 EXPERIMENTAL {
        global:
 
        rte_mbuf_check;
+       rte_mbuf_dynfield_lookup;
+       rte_mbuf_dynfield_register;
+       rte_mbuf_dynfield_register_offset;
+       rte_mbuf_dynflag_lookup;
+       rte_mbuf_dynflag_register;
+       rte_mbuf_dynflag_register_bitnum;
+       rte_mbuf_dyn_dump;
+       rte_pktmbuf_copy;
+       rte_pktmbuf_free_bulk;
+
 } DPDK_18.08;