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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 5CE21C4360C for ; Thu, 26 Sep 2019 23:26:22 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 0A386207E0 for ; Thu, 26 Sep 2019 23:26:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A386207E0 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 2A1271DB9; Fri, 27 Sep 2019 01:26:21 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 746D5271 for ; Fri, 27 Sep 2019 01:26:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2019 16:26:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,553,1559545200"; d="scan'208";a="201825568" Received: from pkadam-mobl.amr.corp.intel.com (HELO [10.252.138.198]) ([10.252.138.198]) by orsmga002.jf.intel.com with ESMTP; 26 Sep 2019 16:26:18 -0700 To: Stephen Hemminger Cc: dev@dpdk.org, thomas@monjalon.net, Harini.Ramakrishnan@microsoft.com, keith.wiles@intel.com, bruce.richardson@intel.com, ranjit.menon@intel.com, antara.ganesh.kolar@intel.com References: <20190909195404.4760-1-pallavi.kadam@intel.com> <20190926202924.6876-1-pallavi.kadam@intel.com> <20190926202924.6876-7-pallavi.kadam@intel.com> <20190926142720.34a049a1@hermes.lan> From: Pallavi Kadam Message-ID: <99b5a6ff-405c-7132-3cbd-47198c4c8a62@intel.com> Date: Thu, 26 Sep 2019 16:26:17 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20190926142720.34a049a1@hermes.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 6/9] eal: getopt implementation 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" Hi Stephen, On 9/26/2019 2:27 PM, Stephen Hemminger wrote: > On Thu, 26 Sep 2019 13:29:21 -0700 > Pallavi Kadam wrote: > >> Adding getopt_long.c and getopt.c files to support parsing >> option on Windows. >> The original contribution is under MIT license. >> >> Signed-off-by: Antara Ganesh Kolar >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Ranjit Menon >> Reviewed-by: Keith Wiles > This would require a licensing exception from the governing board. > And the license should be in LICENSES directory and put a SPDX tag here. Planning to include this topic in the upcoming Tech board meeting's agenda. Hope we can discuss more on receiving an exception for the licensing or any other better solution for such Windows specific files.