common/mlx5: fix mempool registration
[dpdk.git] / drivers / common / mlx5 / version.map
index d3c5040..34e8600 100644 (file)
@@ -12,12 +12,9 @@ INTERNAL {
        mlx5_common_verbs_reg_mr; # WINDOWS_NO_EXPORT
        mlx5_common_verbs_dereg_mr; # WINDOWS_NO_EXPORT
 
-       mlx5_create_mr_ext;
-
        mlx5_dev_is_pci;
-       mlx5_dev_to_pci_str;
-
-       mlx5_devx_alloc_uar; # WINDOWS_NO_EXPORT
+       mlx5_dev_mempool_unregister;
+       mlx5_dev_mempool_subscribe;
 
        mlx5_devx_cmd_alloc_pd;
        mlx5_devx_cmd_create_conn_track_offload_obj;
@@ -31,6 +28,7 @@ INTERNAL {
        mlx5_devx_cmd_create_geneve_tlv_option;
        mlx5_devx_cmd_create_import_kek_obj;
        mlx5_devx_cmd_create_qp;
+       mlx5_devx_cmd_create_rmp;
        mlx5_devx_cmd_create_rq;
        mlx5_devx_cmd_create_rqt;
        mlx5_devx_cmd_create_sq;
@@ -53,6 +51,7 @@ INTERNAL {
        mlx5_devx_cmd_modify_virtq;
        mlx5_devx_cmd_qp_query_tis_td;
        mlx5_devx_cmd_query_hca_attr;
+       mlx5_devx_cmd_query_lag;
        mlx5_devx_cmd_query_parse_samples;
        mlx5_devx_cmd_query_virtio_q_counters; # WINDOWS_NO_EXPORT
        mlx5_devx_cmd_query_virtq;
@@ -75,6 +74,9 @@ INTERNAL {
        mlx5_devx_sq_create;
        mlx5_devx_sq_destroy;
 
+       mlx5_devx_uar_prepare;
+       mlx5_devx_uar_release;
+
        mlx5_free;
 
        mlx5_get_ifname_sysfs; # WINDOWS_NO_EXPORT
@@ -96,7 +98,6 @@ INTERNAL {
        mlx5_hlist_destroy;
 
        mlx5_malloc;
-       mlx5_malloc_mem_select;
 
        mlx5_memory_stat_dump; # WINDOWS_NO_EXPORT
 
@@ -108,32 +109,21 @@ INTERNAL {
        mlx5_mp_uninit_primary; # WINDOWS_NO_EXPORT
        mlx5_mp_uninit_secondary; # WINDOWS_NO_EXPORT
 
-       mlx5_mr_addr2mr_bh;
-       mlx5_mr_btree_dump;
+       mlx5_mprq_buf_free_cb;
        mlx5_mr_btree_free;
-       mlx5_mr_btree_init;
-       mlx5_mr_create_primary;
-       mlx5_mr_dump_cache;
+       mlx5_mr_create;
+       mlx5_mr_ctrl_init;
        mlx5_mr_flush_local_cache;
-       mlx5_mr_free;
-       mlx5_mr_insert_cache;
-       mlx5_mr_lookup_cache;
-       mlx5_mr_lookup_list;
-       mlx5_free_mr_by_addr;
-       mlx5_mr_rebuild_cache;
-       mlx5_mr_release_cache;
+       mlx5_mr_mb2mr_bh;
 
        mlx5_nl_allmulti; # WINDOWS_NO_EXPORT
-       mlx5_nl_devlink_family_id_get; # WINDOWS_NO_EXPORT
-       mlx5_nl_driver_reload; # WINDOWS_NO_EXPORT
-       mlx5_nl_enable_roce_get; # WINDOWS_NO_EXPORT
-       mlx5_nl_enable_roce_set; # WINDOWS_NO_EXPORT
        mlx5_nl_ifindex; # WINDOWS_NO_EXPORT
        mlx5_nl_init; # WINDOWS_NO_EXPORT
        mlx5_nl_mac_addr_add; # WINDOWS_NO_EXPORT
        mlx5_nl_mac_addr_flush; # WINDOWS_NO_EXPORT
        mlx5_nl_mac_addr_remove; # WINDOWS_NO_EXPORT
        mlx5_nl_mac_addr_sync; # WINDOWS_NO_EXPORT
+       mlx5_nl_port_state; # WINDOWS_NO_EXPORT
        mlx5_nl_portnum; # WINDOWS_NO_EXPORT
        mlx5_nl_promisc; # WINDOWS_NO_EXPORT
        mlx5_nl_switch_info; # WINDOWS_NO_EXPORT
@@ -141,15 +131,19 @@ INTERNAL {
        mlx5_nl_vlan_vmwa_create; # WINDOWS_NO_EXPORT
        mlx5_nl_vlan_vmwa_delete; # WINDOWS_NO_EXPORT
 
-       mlx5_os_alloc_pd;
-       mlx5_os_dealloc_pd;
-       mlx5_os_dereg_mr;
-       mlx5_os_get_ibv_dev; # WINDOWS_NO_EXPORT
-       mlx5_os_reg_mr;
        mlx5_os_umem_dereg;
        mlx5_os_umem_reg;
 
+       mlx5_os_wrapped_mkey_create;
+       mlx5_os_wrapped_mkey_destroy;
+
        mlx5_realloc;
 
        mlx5_translate_port_name; # WINDOWS_NO_EXPORT
+
+       mlx5_mr_mempool_register;
+       mlx5_mr_mempool_unregister;
+       mlx5_mp_req_mempool_reg;
+       mlx5_mr_mempool2mr_bh;
+       mlx5_mr_mempool_populate_cache;
 };