From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14418C35250 for ; Fri, 7 Feb 2020 16:46:47 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id C445321741 for ; Fri, 7 Feb 2020 16:46:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C445321741 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CFC591C11B; Fri, 7 Feb 2020 17:46:45 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E29621C0DB for ; Fri, 7 Feb 2020 17:46:43 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2020 08:46:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,414,1574150400"; d="scan'208";a="255465364" 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 08:46:41 -0800 To: Thomas Monjalon , Pallavi Kadam , Dmitry Kozlyuk , 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> From: Ranjit Menon Message-ID: Date: Fri, 7 Feb 2020 08:46:41 -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: <2506476.uZKlY2gecq@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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