Re: [PATCH v2 0/2] fix build disabling common/mlx5

2022-10-30 Thread David Marchand
On Sun, Oct 30, 2022 at 9:27 AM Thomas Monjalon wrote: > > Andrew reported a build failure when disabling mlx5 common driver. > It is a blocker for -rc2 release. > > While fixing the use of a variable across mlx5 drivers in first patch, > the consistency of its use is improved in a second patch. >

[PATCH v2 0/2] fix build disabling common/mlx5

2022-10-30 Thread Thomas Monjalon
Andrew reported a build failure when disabling mlx5 common driver. It is a blocker for -rc2 release. While fixing the use of a variable across mlx5 drivers in first patch, the consistency of its use is improved in a second patch. v2: apply the same protection to other mlx5 drivers Thomas Monjalo