> -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Tuesday, October 19, 2021 7:54 PM > To: Michael Baum <[email protected]> > Cc: [email protected]; Matan Azrad <[email protected]> > 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, [email protected]: > > - 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

