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 43BB5A0524; Fri, 8 Jan 2021 23:58:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0953140EB3; Fri, 8 Jan 2021 23:58:21 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id E5DA3140E9A for ; Fri, 8 Jan 2021 23:58:20 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1061) id 1698F20B7192; Fri, 8 Jan 2021 14:58:20 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1698F20B7192 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1610146700; bh=OANPaT6SAPilvlekh48zvXN/bqxoH3Qh66vFPq97dKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ip7BI7UO5/tn0KM346+9qNVUW4Xug7JckMles3xhdTuUn85tVqoJ2MQ9RhwMjFqHE 1K6NMX2phJB9eo8XTY+jpNXppQ7/I+SLrw7m62GT+NRdFDODSEdNv4+MJhdV1+Nls7 oJS8RdrOgyNok/X+qztmVD3PS5NlKATicAPuPzZQ= Date: Fri, 8 Jan 2021 14:58:20 -0800 From: Jie Zhou To: Pallavi Kadam Cc: dev@dpdk.org, thomas@monjalon.net, ranjit.menon@intel.com, dmitry.kozliuk@gmail.com, bruce.richardson@intel.com, ferruh.yigit@intel.com, beilei.xing@intel.com, jia.guo@intel.com, Narcisa.Vasile@microsoft.com, talshn@nvidia.com Message-ID: <20210108225820.GA3439@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20201217225909.3580-1-pallavi.kadam@intel.com> <20201222004511.12948-1-pallavi.kadam@intel.com> <20201222004511.12948-3-pallavi.kadam@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201222004511.12948-3-pallavi.kadam@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v3 2/2] build: i40e PMD on 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 Mon, Dec 21, 2020 at 04:45:11PM -0800, Pallavi Kadam wrote: > Allows i40e PMD to compile on Windows and disable other drivers. > Disable few warnings with Clang such as comparison of integers of > different signs and macro redefinitions. > > Adds temp folder mlx5/windows as it is required to build this patch > without any build error. This folder will be removed once mlx5 PMD > patches are merged. > > Signed-off-by: Pallavi Kadam > Reviewed-by: Ranjit Menon > Acked-by: Jie Zhou