]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_glue.c
net/sfc: fix outer match in MAE backend
[dpdk.git] / drivers / net / mlx4 / mlx4_glue.c
index 47ae7ad0ff28830a56694a2bd391d086c899f6ce..67b3bface9636ef80d60b0f773db8bb22ab3473f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright 2018 6WIND S.A.
- * Copyright 2018 Mellanox
+ * Copyright 2018 Mellanox Technologies, Ltd
  */
 
 #include <stddef.h>
@@ -240,6 +240,7 @@ mlx4_glue_dv_set_context_attr(struct ibv_context *context,
 }
 
 const struct mlx4_glue *mlx4_glue = &(const struct mlx4_glue){
+       .version = MLX4_GLUE_VERSION,
        .fork_init = mlx4_glue_fork_init,
        .get_async_event = mlx4_glue_get_async_event,
        .ack_async_event = mlx4_glue_ack_async_event,