net/bnxt: support index opcode constant
[dpdk.git] / lib / librte_ring / rte_ring_version.map
index 89d84bc..ac392f3 100644 (file)
@@ -12,9 +12,10 @@ DPDK_20.0 {
        local: *;
 };
 
-EXPERIMENTAL {
+DPDK_21 {
        global:
 
+       rte_ring_create_elem;
+       rte_ring_get_memsize_elem;
        rte_ring_reset;
-
-};
+} DPDK_20.0;