mbox series

[0/2] fix build disabling common/mlx5

Message ID 20221029231712.773630-1-thomas@monjalon.net (mailing list archive)
Headers
Series fix build disabling common/mlx5 |

Message

Thomas Monjalon Oct. 29, 2022, 11:17 p.m. UTC
  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.

Thomas Monjalon (2):
  net/mlx5: fix disabling common/mlx5 dependency
  common/mlx5: move Meson config initialization and check

 drivers/common/mlx5/linux/meson.build   | 2 --
 drivers/common/mlx5/meson.build         | 2 ++
 drivers/common/mlx5/windows/meson.build | 4 ----
 drivers/net/mlx5/hws/meson.build        | 4 ++++
 drivers/net/mlx5/meson.build            | 8 +++++---
 5 files changed, 11 insertions(+), 9 deletions(-)
  

Comments

Andrew Rybchenko Oct. 30, 2022, 7:34 a.m. UTC | #1
On 10/30/22 02:17, 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.
> 
> Thomas Monjalon (2):
>    net/mlx5: fix disabling common/mlx5 dependency
>    common/mlx5: move Meson config initialization and check
> 
>   drivers/common/mlx5/linux/meson.build   | 2 --
>   drivers/common/mlx5/meson.build         | 2 ++
>   drivers/common/mlx5/windows/meson.build | 4 ----
>   drivers/net/mlx5/hws/meson.build        | 4 ++++
>   drivers/net/mlx5/meson.build            | 8 +++++---
>   5 files changed, 11 insertions(+), 9 deletions(-)
> 

Many thanks, it solves my build problem:

Series-tested-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>