common/mlx5: share DevX RQ creation
[dpdk.git] / drivers / common / mlx5 / version.map
index 17dd11f..9676e10 100644 (file)
@@ -10,6 +10,7 @@ INTERNAL {
 
        mlx5_dev_to_pci_addr;
 
+       mlx5_devx_cmd_alloc_pd;
        mlx5_devx_cmd_create_cq;
        mlx5_devx_cmd_create_flex_parser;
        mlx5_devx_cmd_create_qp;
@@ -42,6 +43,13 @@ INTERNAL {
        mlx5_devx_get_out_command_status;
        mlx5_devx_alloc_uar;
 
+       mlx5_devx_cq_create;
+       mlx5_devx_cq_destroy;
+       mlx5_devx_rq_create;
+       mlx5_devx_rq_destroy;
+       mlx5_devx_sq_create;
+       mlx5_devx_sq_destroy;
+
        mlx5_get_ifname_sysfs;
        mlx5_get_dbr;