Imported Upstream version 16.11
[deb_dpdk.git] / lib / librte_port / rte_port_version.map
index 7a0b34d..6470629 100644 (file)
@@ -5,10 +5,8 @@ DPDK_2.0 {
        rte_port_ethdev_writer_ops;
        rte_port_ring_reader_ipv4_frag_ops;
        rte_port_ring_reader_ops;
-       rte_port_ring_reader_ops;
        rte_port_ring_writer_ipv4_ras_ops;
        rte_port_ring_writer_ops;
-       rte_port_ring_writer_ops;
        rte_port_sched_reader_ops;
        rte_port_sched_writer_ops;
        rte_port_sink_ops;
@@ -35,3 +33,21 @@ DPDK_2.2 {
        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;
+
+DPDK_16.11 {
+       global:
+
+       rte_port_fd_reader_ops;
+       rte_port_fd_writer_ops;
+       rte_port_fd_writer_nodrop_ops;
+
+} DPDK_16.07;