From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 50724A0524; Fri, 8 Jan 2021 19:29:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C42F8140E71; Fri, 8 Jan 2021 19:29:46 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 48C5D140E46 for ; Fri, 8 Jan 2021 19:29:45 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1061) id 7914F20B7192; Fri, 8 Jan 2021 10:29:44 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7914F20B7192 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1610130584; bh=R5ng9WXLsHErG95qXg9NeM3gkg1Xga8IWnC6zSM+P2c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PEhRnph5wvyJ3dWyFxE8uykkDNK4NA1RAJKi7ZQs5MO3aF/wBbAUbmHWsf6LVsD19 4PcSX6XUDDFTUxaoFXxpULYMy0pSMdHGfrY/vHUN4OYdtMlB/Qo44UN+yur+SCvWqf sqHmftC46jIMHWxGDvzJKSQmt+FMbLlNM8WRCPJg= Date: Fri, 8 Jan 2021 10:29:44 -0800 From: Jie Zhou To: Dmitry Kozlyuk Cc: dev@dpdk.org, Narcisa Ana Maria Vasile , Pallavi Kadam , Dmitry Malloy , Bruce Richardson , Neil Horman Message-ID: <20210108182944.GA1232@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20201212233447.23154-1-dmitry.kozliuk@gmail.com> <20210108024723.26210-1-dmitry.kozliuk@gmail.com> <20210108024723.26210-5-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210108024723.26210-5-dmitry.kozliuk@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v2 4/4] build: enable pmdinfogen for Windows 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 Sender: "dev" On Fri, Jan 08, 2021 at 05:47:23AM +0300, Dmitry Kozlyuk wrote: > Remove platform restriction when building drivers. > > Signed-off-by: Dmitry Kozlyuk > --- > drivers/meson.build | 26 ++++++++++++-------------- > 1 file changed, 12 insertions(+), 14 deletions(-) Tested-by: Jie Zhou