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 D893AA0A02; Wed, 13 Jan 2021 23:55:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69A93140D25; Wed, 13 Jan 2021 23:55:26 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 873CB140D24 for ; Wed, 13 Jan 2021 23:55:24 +0100 (CET) IronPort-SDR: P95Yb0P4Ssj6iYtjGDWv6WwtAZqxS2ZOEj8SCZYMigX86YedWcscSpq2kaVRNIpsNXqjtlitux OYf4wkDB01mw== X-IronPort-AV: E=McAfee;i="6000,8403,9863"; a="196928168" X-IronPort-AV: E=Sophos;i="5.79,345,1602572400"; d="scan'208";a="196928168" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 14:55:21 -0800 IronPort-SDR: TTVnz0WD1YbT0Cko6qoG19cykF2ttM87z1ED4aPIV0QZmxndps6ZOUUqNcJ1TXMW2ZWATz4LfY aaOQ02xZ0oiA== X-IronPort-AV: E=Sophos;i="5.79,345,1602572400"; d="scan'208";a="345729828" Received: from rmenon-desk.amr.corp.intel.com (HELO [10.166.30.253]) ([10.166.30.253]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 14:55:21 -0800 To: Thomas Monjalon , Pallavi Kadam Cc: dev@dpdk.org, 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 References: <20201217225909.3580-1-pallavi.kadam@intel.com> <20201222004511.12948-1-pallavi.kadam@intel.com> <20201222004511.12948-3-pallavi.kadam@intel.com> <134215874.ybWh69fU3l@thomas> From: Ranjit Menon Message-ID: <3d66f265-ddff-019f-7cdd-baa5be3922a8@intel.com> Date: Wed, 13 Jan 2021 14:55:20 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <134215874.ybWh69fU3l@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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 1/13/2021 2:52 PM, Thomas Monjalon wrote: > 22/12/2020 01:45, Pallavi Kadam: >> 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. > The mlx5 patches are merged, so this empty folder is not required anymore. > In reality this patch will enable both i40e and mlx5 PMDs. > I will change the title accordingly if you agree: > drivers/net: build i40e and mlx5 on Windows > > Yes. That should be fine. Thanks, Thomas. (Pallavi is out on vacation) ranjit m.