doc: fix typo in mlx5 guide
[dpdk.git] / drivers / bus / fslmc / rte_bus_fslmc_version.map
index dcc4e08..e860073 100644 (file)
@@ -120,12 +120,24 @@ DPDK_18.05 {
 
 DPDK_18.11 {
        global:
-
        dpaa2_dqrr_size;
        dpaa2_eqcr_size;
-       dpci_get_link_state;
        dpci_get_opr;
-       dpci_get_peer_attributes;
        dpci_set_opr;
 
 } DPDK_18.05;
+
+DPDK_19.05 {
+       global:
+       dpaa2_free_eq_descriptors;
+
+       qbman_eq_desc_set_orp;
+       qbman_eq_desc_set_token;
+       qbman_result_DQ_odpid;
+       qbman_result_DQ_seqnum;
+       qbman_result_eqresp_fd;
+       qbman_result_eqresp_rc;
+       qbman_result_eqresp_rspid;
+       qbman_result_eqresp_set_rspid;
+       qbman_swp_enqueue_multiple_fd;
+} DPDK_18.11;