bus/fslmc: add support to detect SoC version
[dpdk.git] / drivers / bus / fslmc / rte_bus_fslmc_version.map
index 3d5c1ad..43f3354 100644 (file)
@@ -2,8 +2,11 @@ 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;
@@ -21,6 +24,7 @@ DPDK_17.05 {
        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;
@@ -40,7 +44,18 @@ 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:
+
+       mc_get_soc_version;
+       mc_get_version;
+       qbman_result_SCN_state_in_mem;
+       rte_global_active_dqs_list;
+
+} DPDK_17.05;