crypto/mlx5: add WQE set initialization
[dpdk.git] / drivers / net / mlx5 / windows / mlx5_os.c
index 8ced98f..5da362a 100644 (file)
@@ -30,8 +30,6 @@
 #include "mlx5_flow.h"
 #include "mlx5_devx.h"
 
-#define MLX5_TAGS_HLIST_ARRAY_SIZE 8192
-
 static const char *MZ_MLX5_PMD_SHARED_DATA = "mlx5_pmd_shared_data";
 
 /* Spinlock for mlx5_shared_data allocation. */
@@ -610,7 +608,7 @@ mlx5_dev_spawn(struct rte_device *dpdk_dev,
                        err = ENOTSUP;
                        goto error;
        }
-       mlx5_list_create(&priv->hrxqs, "hrxq", eth_dev,
+       priv->hrxqs = mlx5_list_create("hrxq", eth_dev, true,
                mlx5_hrxq_create_cb, mlx5_hrxq_match_cb,
                mlx5_hrxq_remove_cb, mlx5_hrxq_clone_cb,
                mlx5_hrxq_clone_free_cb);