> -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Tuesday, October 19, 2021 7:54 PM > To: Michael Baum <michae...@nvidia.com> > Cc: dev@dpdk.org; Matan Azrad <ma...@nvidia.com> > Subject: Re: [dpdk-dev] [PATCH v2 04/18] common/mlx5: share memory > related devargs > > External email: Use caution opening links or attachments > > > 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. >
Thanks, I'll send v3