From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 01D60A0542; Fri, 7 Feb 2020 18:17:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C785C1C038; Fri, 7 Feb 2020 18:17:26 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3840C1C000 for <dev@dpdk.org>; Fri, 7 Feb 2020 18:17:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2020 09:17:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,414,1574150400"; d="scan'208";a="255474296" Received: from bradleyp-mobl1.amr.corp.intel.com (HELO [10.251.19.141]) ([10.251.19.141]) by fmsmga004.fm.intel.com with ESMTP; 07 Feb 2020 09:17:21 -0800 From: Ranjit Menon <ranjit.menon@intel.com> To: Thomas Monjalon <thomas@monjalon.net>, Pallavi Kadam <pallavi.kadam@intel.com>, Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>, harini.ramakrishnan@microsoft.com Cc: dev@dpdk.org, keith.wiles@intel.com, bruce.richardson@intel.com, david.marchand@redhat.com, jerinjacobk@gmail.com, antara.ganesh.kolar@intel.com References: <20200131000307.10608-1-pallavi.kadam@intel.com> <50a4ad5d-d1f2-52a7-5265-e3f0c88114c5@intel.com> <20200206094137.66a3bc7e@Sovereign> <2506476.uZKlY2gecq@xps> <e1d1a01c-2eb1-a250-55c9-9f5367b901c1@intel.com> Message-ID: <cee458c0-8c55-8e48-9404-2d6754b9586d@intel.com> Date: Fri, 7 Feb 2020 09:17:21 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <e1d1a01c-2eb1-a250-55c9-9f5367b901c1@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 9/9] eal: add minimum viable code to support parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> On 2/7/2020 8:46 AM, Ranjit Menon wrote: > On 2/6/2020 1:26 AM, Thomas Monjalon wrote: > > As discussed in community meeting, the goal was to have core parsing > > in Windows EAL 20.02. > > Given that there is a crash and a doubt on the imported getopt library, > > I think it's better to postpone this series to 20.05. > > > > > > Thomas... > We have fixed the crash in the v8 series of this patch - Pallavi sent it > out for review last night. (It was a simple fix) > > Can we please get this merged into 20.02? It would be great to progress > Windows support in this release. (The initial Windows support was merged > in 19.02, so it's been a year since we moved it forward! :-)) > > thanks, > > Ranjit Sorry, I believe the initial patches were merged in 19.05, still a long time! @Dmitry: If you could do some rudimentary tests and ACK the v8 series of this patch, it would be very helpful. thanks, Ranjit