bus/fslmc: export qbman results in map file
[dpdk.git] / drivers / bus / fslmc / rte_bus_fslmc_version.map
index bcd29a8..a4bb343 100644 (file)
@@ -1,6 +1,18 @@
 DPDK_17.05 {
        global:
 
+       dpaa2_affine_qbman_swp;
+       dpaa2_affine_qbman_swp_sec;
+       dpaa2_alloc_dpbp_dev;
+       dpaa2_alloc_dq_storage;
+       dpaa2_free_dpbp_dev;
+       dpaa2_free_dq_storage;
+       dpbp_disable;
+       dpbp_enable;
+       dpbp_get_attributes;
+       dpbp_get_num_free_bufs;
+       dpbp_open;
+       dpbp_reset;
        dpio_close;
        dpio_disable;
        dpio_enable;
@@ -9,8 +21,10 @@ DPDK_17.05 {
        dpio_reset;
        dpio_set_stashing_destination;
        mc_send_command;
+       per_lcore__dpaa2_io;
        qbman_check_command_complete;
        qbman_eq_desc_clear;
+       qbman_eq_desc_set_fq;
        qbman_eq_desc_set_no_orp;
        qbman_eq_desc_set_qd;
        qbman_eq_desc_set_response;
@@ -30,6 +44,16 @@ DPDK_17.05 {
        qbman_swp_send_multiple;
        rte_fslmc_driver_register;
        rte_fslmc_driver_unregister;
+       rte_fslmc_vfio_dmamap;
+       rte_mcp_ptr_list;
 
        local: *;
 };
+
+DPDK_17.08 {
+       global:
+
+       qbman_result_SCN_state_in_mem;
+       rte_global_active_dqs_list;
+
+} DPDK_17.05;