net/mlx5: fix UDP checksum zeroing
[dpdk.git] / drivers / bus / dpaa / rte_bus_dpaa_version.map
index 9f41c77..c88deaf 100644 (file)
@@ -1,8 +1,125 @@
 DPDK_17.11 {
        global:
 
+       bman_acquire;
+       bman_free_pool;
+       bman_get_params;
+       bman_global_init;
+       bman_new_pool;
+       bman_query_free_buffers;
+       bman_release;
+       dpaa_logtype_mempool;
+       dpaa_logtype_pmd;
+       dpaa_netcfg;
+       fman_ccsr_map_fd;
+       fman_dealloc_bufs_mask_hi;
+       fman_dealloc_bufs_mask_lo;
+       fman_if_add_mac_addr;
+       fman_if_clear_mac_addr;
+       fman_if_disable_rx;
+       fman_if_enable_rx;
+       fman_if_discard_rx_errors;
+       fman_if_get_fc_threshold;
+       fman_if_get_fc_quanta;
+       fman_if_get_fdoff;
+       fman_if_loopback_disable;
+       fman_if_loopback_enable;
+       fman_if_promiscuous_disable;
+       fman_if_promiscuous_enable;
+       fman_if_reset_mcast_filter_table;
+       fman_if_set_bp;
+       fman_if_set_fc_threshold;
+       fman_if_set_fc_quanta;
+       fman_if_set_fdoff;
+       fman_if_set_ic_params;
+       fman_if_set_maxfrm;
+       fman_if_set_mcast_filter_table;
+       fman_if_stats_get;
+       fman_if_stats_get_all;
+       fman_if_stats_reset;
+       fman_ip_rev;
+       netcfg_acquire;
+       netcfg_release;
+       of_find_compatible_node;
+       of_get_property;
+       qm_channel_caam;
+       qman_create_fq;
+       qman_dequeue;
+       qman_dqrr_consume;
+       qman_enqueue;
+       qman_enqueue_multi;
+       qman_fq_fqid;
+       qman_fq_state;
+       qman_global_init;
+       qman_init_fq;
+       qman_poll_dqrr;
+       qman_query_fq_np;
+       qman_set_vdq;
+       qman_reserve_fqid_range;
+       qman_volatile_dequeue;
        rte_dpaa_driver_register;
        rte_dpaa_driver_unregister;
+       rte_dpaa_mem_ptov;
+       rte_dpaa_portal_init;
 
        local: *;
 };
+
+DPDK_18.02 {
+       global:
+
+       dpaa_logtype_eventdev;
+       dpaa_svr_family;
+       per_lcore_dpaa_io;
+       per_lcore_held_bufs;
+       qm_channel_pool1;
+       qman_alloc_cgrid_range;
+       qman_alloc_pool_range;
+       qman_create_cgr;
+       qman_dca_index;
+       qman_delete_cgr;
+       qman_enqueue_multi_fq;
+       qman_modify_cgr;
+       qman_oos_fq;
+       qman_portal_dequeue;
+       qman_portal_poll_rx;
+       qman_query_fq_frm_cnt;
+       qman_release_cgrid_range;
+       qman_retire_fq;
+       qman_static_dequeue_add;
+       rte_dpaa_portal_fq_close;
+       rte_dpaa_portal_fq_init;
+
+       local: *;
+} DPDK_17.11;
+
+DPDK_18.08 {
+       global:
+       fman_if_get_sg_enable;
+       fman_if_set_sg;
+       of_get_mac_address;
+
+       local: *;
+} DPDK_18.02;
+
+DPDK_18.11 {
+       global:
+       bman_thread_irq;
+       fman_if_get_sg_enable;
+       fman_if_set_sg;
+       qman_clear_irq;
+
+       qman_irqsource_add;
+       qman_irqsource_remove;
+       qman_thread_fd;
+       qman_thread_irq;
+
+       local: *;
+} DPDK_18.08;
+
+DPDK_19.05 {
+       global:
+       qman_set_fq_lookup_table;
+
+       local: *;
+} DPDK_18.11;