From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B635E8E76 for ; Wed, 3 Apr 2019 01:23:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Apr 2019 16:23:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,302,1549958400"; d="scan'208";a="288175409" Received: from unknown (HELO [10.241.225.169]) ([10.241.225.169]) by orsmga004.jf.intel.com with ESMTP; 02 Apr 2019 16:23:12 -0700 To: Thomas Monjalon , Anand Rawat Cc: dev@dpdk.org, ranjit.menon@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com, harini.ramakrishnan@microsoft.com References: <20190306041634.12976-1-anand.rawat@intel.com> <20190402035458.14664-1-anand.rawat@intel.com> <20190402035458.14664-3-anand.rawat@intel.com> <1786624.B8gFR9vbCZ@xps> From: Pallavi Kadam Message-ID: <6b753cdb-c04e-4489-113f-743f66e858c8@intel.com> Date: Tue, 2 Apr 2019 16:23:12 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <1786624.B8gFR9vbCZ@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v8 02/10] meson: required changes for windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2019 23:23:14 -0000 On 4/2/2019 4:04 PM, Thomas Monjalon wrote: > 02/04/2019 05:54, Anand Rawat: >> These are the required meson changes for Windows. >> kernel/windows/meson is a stub file added to support >> Windows specific source in future releases. >> >> Signed-off-by: Anand Rawat >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Jeff Shaw >> Reviewed-by: Ranjit Menon >> --- >> config/meson.build | 23 ++++++++++++++++------- >> config/x86/meson.build | 14 ++++++++------ >> kernel/windows/meson.build | 4 ++++ > For info, kernel/windows/ is not listed in MAINTAINERS. Will add it. > If there is a different maintainer for the kernel part, > you may create a new section in MAINTAINERS file later. Ok. Thanks, Thomas. We will update the Maintainers list moving forward. We can discuss more about it in the Bi-weekly meeting. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 4742BA0679 for ; Wed, 3 Apr 2019 01:23:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E3116D0B2; Wed, 3 Apr 2019 01:23:15 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B635E8E76 for ; Wed, 3 Apr 2019 01:23:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Apr 2019 16:23:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,302,1549958400"; d="scan'208";a="288175409" Received: from unknown (HELO [10.241.225.169]) ([10.241.225.169]) by orsmga004.jf.intel.com with ESMTP; 02 Apr 2019 16:23:12 -0700 To: Thomas Monjalon , Anand Rawat Cc: dev@dpdk.org, ranjit.menon@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com, harini.ramakrishnan@microsoft.com References: <20190306041634.12976-1-anand.rawat@intel.com> <20190402035458.14664-1-anand.rawat@intel.com> <20190402035458.14664-3-anand.rawat@intel.com> <1786624.B8gFR9vbCZ@xps> From: Pallavi Kadam Message-ID: <6b753cdb-c04e-4489-113f-743f66e858c8@intel.com> Date: Tue, 2 Apr 2019 16:23:12 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <1786624.B8gFR9vbCZ@xps> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v8 02/10] meson: required changes for windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Message-ID: <20190402232312.4BsAIU-ecl4hd0eOW1fQpVWXkXVLs2KkcwSaS1gbBCY@z> On 4/2/2019 4:04 PM, Thomas Monjalon wrote: > 02/04/2019 05:54, Anand Rawat: >> These are the required meson changes for Windows. >> kernel/windows/meson is a stub file added to support >> Windows specific source in future releases. >> >> Signed-off-by: Anand Rawat >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Jeff Shaw >> Reviewed-by: Ranjit Menon >> --- >> config/meson.build | 23 ++++++++++++++++------- >> config/x86/meson.build | 14 ++++++++------ >> kernel/windows/meson.build | 4 ++++ > For info, kernel/windows/ is not listed in MAINTAINERS. Will add it. > If there is a different maintainer for the kernel part, > you may create a new section in MAINTAINERS file later. Ok. Thanks, Thomas. We will update the Maintainers list moving forward. We can discuss more about it in the Bi-weekly meeting.