]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_glue.c
net/mlx5: remove control path locks
[dpdk.git] / drivers / net / mlx5 / mlx5_glue.c
index 8f500be6e536f8d44b1c3f8a4911de49ae180e65..1c4396adaae02d8835b2d208a862d35ea1c75379 100644 (file)
@@ -308,6 +308,7 @@ mlx5_glue_dv_init_obj(struct mlx5dv_obj *obj, uint64_t obj_type)
 }
 
 const struct mlx5_glue *mlx5_glue = &(const struct mlx5_glue){
+       .version = MLX5_GLUE_VERSION,
        .fork_init = mlx5_glue_fork_init,
        .alloc_pd = mlx5_glue_alloc_pd,
        .dealloc_pd = mlx5_glue_dealloc_pd,