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 1D036A2EEB for ; Tue, 10 Sep 2019 11:19:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E89571EF55; Tue, 10 Sep 2019 11:19:32 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 721D11EF2B for ; Tue, 10 Sep 2019 11:19:31 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id y19so18616117wrd.3 for ; Tue, 10 Sep 2019 02:19:31 -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=COeoznJg0RZhYzjbn9W7zq6ERUEyc7MbYyw6Ts/3Ack=; b=Vsz2X2XYyKaCnFl2J8LDssL29uSKjVj4sw59LhPoMDA9/Zp2/7fPFdN7/GjN6QaG0W LXzlZA+kAcHWPc5ENDgwC1b8VGUG1wWWNE2BKF52NZutU3OE60PtC8FiL6DFFbk+dcXC P6oQNcuLOKytPsKdm2GN26Jdk3qtnDelOIbt15Ox2yE2MdKXVpc99zWCb/iC5kIpWRb4 oxDxjVL36drIVQktGCZ/TQ3fM6QoTWDHVo4Qd/TCtaavexhsS8N9sN5IVe8RekK9Ev+e /fg69mfyIPetIMv8JsGeoGUABpUAaOkbPsgLQ5zkWjC8ng2F+c2FM7th+d1Lm2YfirBM OCsg== 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=COeoznJg0RZhYzjbn9W7zq6ERUEyc7MbYyw6Ts/3Ack=; b=rcH0jYZ32XjLUpar2B2cNs7yPwmUqLYEQsLWf/zKk8gDodV4hk5LS2B9NvOcoOyuZh abcddlqzVEelqiBW5DvhpoNAJyPDNV8uhVcwT7KPnNMSZdifIahzeAikKqaUjgtKmg7J t11SN5/uuCslMNLapXblvk1pHe7k1kcB8dDfjuq6XzyaRCc3M6MX7vDFC1PuvZE4ZRO6 X2c54Pop35lRFAkN6bxeQdI1uwi4bYWxGyTVA2ViBh6GQImfEpHV46vKhOzmNNxD/oIx XxCjGDdjAsS4F3wwlRrrllszZCFo17+AWSUXN63JjFgxt3xSTMrdiIFj/YIao05OkNcs ZNkQ== X-Gm-Message-State: APjAAAWlajI1symlamkzB30/jVRSB6kYQYgTY4FWKo23CwoOzVo6boab Qd2UCwjAQV1lEo/keUx80J09nQ== X-Google-Smtp-Source: APXvYqwku3dCPzGu5WkiShATybbKymW3QLFM33FD1DJ0ZO2VckJlLW44VLZfo77Ve4Tu+rmg9RuU8A== X-Received: by 2002:a5d:4745:: with SMTP id o5mr21365482wrs.125.1568107171151; Tue, 10 Sep 2019 02:19:31 -0700 (PDT) Received: from xps13 (110.8.30.213.rev.vodafone.pt. [213.30.8.110]) by smtp.gmail.com with ESMTPSA id a205sm3206301wmd.44.2019.09.10.02.19.30 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Sep 2019 02:19:30 -0700 (PDT) Date: Tue, 10 Sep 2019 10:19:24 +0100 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: <20190910101924.2c8a7bef@xps13> In-Reply-To: <20190909195404.4760-4-pallavi.kadam@intel.com> References: <20190906220957.7892-1-pallavi.kadam@intel.com> <20190909195404.4760-1-pallavi.kadam@intel.com> <20190909195404.4760-4-pallavi.kadam@intel.com> 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 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.