From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E5AC8A00C2; Sun, 30 Oct 2022 08:34:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8372740693; Sun, 30 Oct 2022 08:34:13 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 9D59540151 for ; Sun, 30 Oct 2022 08:34:12 +0100 (CET) Received: from [192.168.1.39] (unknown [188.170.73.42]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 776055A; Sun, 30 Oct 2022 10:34:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 776055A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1667115251; bh=eLYkIYZsmUyspUMIM1Gn1hBTux8Jp9J/b8iz6cKd1YA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=wzsb78fQrYk8e4ohuy7Ts6XgbuSAquneEavXElrT+EdQfEVkrm/mRNwLFuPcy7D/G Eb5sr/Y9qSuusZhrBvCaWeIPXqlUHp5KmxjojN/rmNCaDP9Dd5SY8HkYb1NOZpRab8 VhlBsaXXvKFTxjScMFgQwd/Thw9z7/HD1CSGIlLM= Message-ID: <16f78136-45ee-dff0-942c-19147d9b4f25@oktetlabs.ru> Date: Sun, 30 Oct 2022 10:34:03 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH 0/2] fix build disabling common/mlx5 To: Thomas Monjalon , dev@dpdk.org Cc: valex@nvidia.com, ferruh.yigit@amd.com, rasland@nvidia.com, avid.marchand@redhat.com References: <20221029231712.773630-1-thomas@monjalon.net> Content-Language: en-US From: Andrew Rybchenko In-Reply-To: <20221029231712.773630-1-thomas@monjalon.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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