07/10/2021 00:03, michae...@nvidia.com: > - dbmap_env = mlx5_config_doorbell_mapping_env(config); > + dbmap_env = mlx5_config_doorbell_mapping_env(&spawn->mlx5_dev->config);
This patch does not compile: error: ‘const struct mlx5_dev_spawn_data’ has no member named ‘mlx5_dev’ Please make sure each patch is compiling.