From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 517CCA2EEB for ; Thu, 12 Sep 2019 23:36:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F9F01F023; Thu, 12 Sep 2019 23:36:34 +0200 (CEST) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 9548F1EFBC for ; Thu, 12 Sep 2019 23:36:33 +0200 (CEST) Received: by mail-wm1-f68.google.com with SMTP id m3so497723wmc.5 for ; Thu, 12 Sep 2019 14:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=VXxKXO+NIub4NKZcf/RCPhCVPDzWeS5dr/FnvRCNPb8=; b=tSoJNCubZxzwpiCNwJTDHc+VpkTWQI6XuttTAji9scaemrN3rgza9eI1Y3NEaJAgxy NzGfKva0iwM9f1+n21HBOhvGb0n/C+qC+4scj9T4k45O91xiq9UkdPXfwzk5m1YRHg9f JVu5liLrN44rsmV9GLK2QSgdo5utKdY+SmWw+uNt9RP264uhrW6ubTN2veZS/PP6y4hW ECcqITq1HhcK5/310XwPqc5aoyqGOtvDp6hYkK8tNSY7zAbd7c2CrWTjh+dobJLDpoVq ITbTFt+tDzowlr6zcRePanJygazwEtqT10cAPXobyedhfjeZ9F7vlWbt0TJlfaCoovCi NQjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=VXxKXO+NIub4NKZcf/RCPhCVPDzWeS5dr/FnvRCNPb8=; b=fFiMIROw3zpEbwy5JAdNwStQBgsnQQhQt6EuTWnATUNuO0l2s+mqv+715rMVlHB64y S8Dom0vo8+ebpHv7pjlIveoFrs7v7PYASlX4wXt5ly4YOmbgLkdVjrh1k/xOLhVBQXhd Nu5SIVn/QgZxg0QcNDf9FpHx4CD64wUfq/JGR3SsAsHCcpvz1WONMjJgLO8Q88fOWW5E Kv/8DOlFNp/LIECLxew3ljUHSI2X/kMjJV+YCKINGIQG41e8V1pzKBiKK9NnzXZBZhnl 7Rr1HqWgH2MZnmsXyRqLbiioPE2Viyi3u9GLQ/K2sFDnWtXPVARKqLFktKLl8vvhY0as JTcA== X-Gm-Message-State: APjAAAUe+0G1uR1mQ2phDpsiqwS0MAeZ/JCoaSTpVd1RwCTqgH6qOstL C6R20g+oTRWNlUxAMXHUinkW2Q== X-Google-Smtp-Source: APXvYqwLyDF/cGIv2oY+OcszXdeafAtTT85AkMMtStiwmgkSu3QBhny+aSiLJdPXFceXU9Kqq0vm8g== X-Received: by 2002:a1c:1d84:: with SMTP id d126mr513679wmd.58.1568324193064; Thu, 12 Sep 2019 14:36:33 -0700 (PDT) Received: from xps13 (bay14-1-78-242-81-65.fbx.proxad.net. [78.242.81.65]) by smtp.gmail.com with ESMTPSA id y3sm35310760wra.88.2019.09.12.14.36.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 12 Sep 2019 14:36:32 -0700 (PDT) Date: Thu, 12 Sep 2019 23:36:29 +0200 From: Stephen Hemminger To: Pallavi Kadam Cc: dev@dpdk.org, thomas@monjalon.net, Harini.Ramakrishnan@microsoft.com, ranjit.menon@intel.com, keith.wiles@intel.com, bruce.richardson@intel.com, antara.ganesh.kolar@intel.com Message-ID: <20190912233629.47454040@xps13> In-Reply-To: References: <20190906220957.7892-1-pallavi.kadam@intel.com> <20190909195404.4760-1-pallavi.kadam@intel.com> <20190909195404.4760-4-pallavi.kadam@intel.com> <20190910101924.2c8a7bef@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 3/9] eal: add windows compatible header files 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 Thu, 12 Sep 2019 10:11:23 -0700 Pallavi Kadam wrote: > On 9/10/2019 2:19 AM, Stephen Hemminger wrote: > > On Mon, 9 Sep 2019 12:53:58 -0700 > > Pallavi Kadam wrote: > > > >> --- /dev/null > >> +++ b/lib/librte_eal/windows/eal/include/getopt.h > >> @@ -0,0 +1,59 @@ > >> +/* musl as a whole is licensed under the following standard MIT license: > >> + * > >> + * ---------------------------------------------------------------------- > >> + * Copyright (c) 2005-2014 Rich Felker, et al. > >> + * > >> + * Permission is hereby granted, free of charge, to any person obtaining > >> + * a copy of this software and associated documentation files (the > >> + * "Software"), to deal in the Software without restriction, including > >> + * without limitation the rights to use, copy, modify, merge, publish, > >> + * distribute, sublicense, and/or sell copies of the Software, and to > >> + * permit persons to whom the Software is furnished to do so, subject to > >> + * the following conditions: > >> + * > >> + * The above copyright notice and this permission notice shall be > >> + * included in all copies or substantial portions of the Software. > >> + * > > Although MIT license is similar to BSD license, it is not the same. > > The DPDK project has converged to only use BSD-3 for all DPDK code (and GPL for kernel code). > > > > Please find an alternative that is BSD licensed. > > We discussed in the Windows Community call regarding the challenges we > are facing to find and include > > BSD-3 implementation of getopt and dirent files. > > Please let us know if there can be any exceptions to include MIT license > code for Windows > > as mentionedin dpdk.org charter under 6.3 section. > > Thomas, can you please comment on this? > To get exception needs at least TAB and probably even governing board approval.