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 1CEEAA2EEB for ; Thu, 12 Sep 2019 23:40:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C96C41F023; Thu, 12 Sep 2019 23:40:48 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 35D851EFBC for ; Thu, 12 Sep 2019 23:40:47 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id g7so30068235wrx.2 for ; Thu, 12 Sep 2019 14:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=rpY7trQSN/jJJn12X5g16C5GP1yxXPEzuMNgITSo5eM=; b=NQaOCdsiLo+mQ2dSPnBGvkxyrQ0Vy1PSKgjeNuFps4N9JHhffm9WzxWCZMcoMfby8f lB0SxVxe+LLh/92ky5N+ThKjYVwz+IpqO0UHfWPilbqVgQWBgt/tXe8HV101wvOp3UOM J6qB75EaZ34ZTsJ9HZ8l0n8WB8vCZTgV4TaOBFjYnySSC0XcaD+29U1uolo0oL3c4AZe /0ckYHbPo4XE2Jl2at17gXDu9QHyCUJ7EKxxLoaJuVj+9h6B7mbM3DyJiYlOng0VjWUB cbCphQU3OefjDcNDQ6/28lnsy9aT6qf5kbWUF7JfZRAZulWib4ST4kBrYhws85MJtu8D Zc/w== 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:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=rpY7trQSN/jJJn12X5g16C5GP1yxXPEzuMNgITSo5eM=; b=EWMix6PmFzMqsq/naIA8/8gUcxW9XUgTlfvKqBSzQH3ai0DYQkOIPxgLdtNOHInQvx Om7QcXzU3mrkZjN3YftOnRTFnzorH08NrRxK6tvZLhTnlbPsuz0Ji5pXa5KMcKH3Mea4 /x+7sOh0ziPgLYUkmuTdcjC1pV/VlF7+HxBo2ficzsgJDTsCsmfoZlJe2wn7p4mX6fdG sfdSgm11DQwJ4vIRHljkSEJU07dlNRS8gHDLITcbomlohMEa+sX94EU3a5Lp4fG9Tn9z CeNM1kDV4I7QDUUVHmDAJeSObYo80LuNXhEyVC+1zBacD4IrwYZa4nJ7JHUhun4M63Tq Mo1w== X-Gm-Message-State: APjAAAW4TXYZF+8oUPlWmedysqah/+4XDhJlz+N2j8OmXvRhELoH+5la +WBS8kcT/kPaxIUehzp9hfIDyeZSVehupg== X-Google-Smtp-Source: APXvYqz6ClOerdmmNwaWnHYsFYzHilV2CigfQXa6579wBlW4Abm1T34tC1hXh+hXCXPkqBE8Iu3W8A== X-Received: by 2002:a5d:6602:: with SMTP id n2mr38622280wru.317.1568324446403; Thu, 12 Sep 2019 14:40:46 -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 m2sm44613wmi.30.2019.09.12.14.40.45 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 12 Sep 2019 14:40:46 -0700 (PDT) Date: Thu, 12 Sep 2019 23:40:43 +0200 From: Stephen Hemminger To: dev@dpdk.org Message-ID: <20190912234043.7da06fdb@xps13> In-Reply-To: <20190909195404.4760-7-pallavi.kadam@intel.com> References: <20190906220957.7892-1-pallavi.kadam@intel.com> <20190909195404.4760-1-pallavi.kadam@intel.com> <20190909195404.4760-7-pallavi.kadam@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 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" On Mon, 9 Sep 2019 12:54:01 -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 \ ) Is this the same as BSD? https://github.com/freebsd/freebsd/blob/master/lib/libc/stdlib/getopt_long.c