scripts: add verbose option in build test help
[dpdk.git] / lib / librte_port / rte_port_version.map
index f8abbc1..c528658 100644 (file)
@@ -16,3 +16,31 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_port_ethdev_writer_nodrop_ops;
+       rte_port_ring_reader_ipv6_frag_ops;
+       rte_port_ring_writer_ipv6_ras_ops;
+       rte_port_ring_writer_nodrop_ops;
+
+} DPDK_2.0;
+
+DPDK_2.2 {
+       global:
+
+       rte_port_ring_multi_reader_ops;
+       rte_port_ring_multi_writer_ops;
+       rte_port_ring_multi_writer_nodrop_ops;
+
+} DPDK_2.1;
+
+DPDK_16.07 {
+       global:
+
+       rte_port_kni_reader_ops;
+       rte_port_kni_writer_ops;
+       rte_port_kni_writer_nodrop_ops;
+
+} DPDK_2.2;