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 EA73EA0352; Wed, 6 May 2020 04:24:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 917E71D670; Wed, 6 May 2020 04:24:08 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 24AF31D662 for ; Wed, 6 May 2020 04:24:07 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 714E420B717B; Tue, 5 May 2020 19:24:06 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 714E420B717B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1588731846; bh=PN5XRm+aVR90RArgtCNdoYhsZwe3t+tbXfe2HmVsJdo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qJ7mNcVDeZIEJaTIomB9A1VaY7plspiXYuyoioMXT+XBysLj4Jv+LT6xDYJ2Hu9B8 cbOaUOET38PW1+/7mnTsRwFa18RbY7aDriZobBhzH8bJXgj5uA8O2mUx8BmLP0+yWY iNqdjNyCTCjSKWhsk9lmkPuuaCuqnzwmJ6QCZFZ0= Date: Tue, 5 May 2020 19:24:06 -0700 From: Narcisa Ana Maria Vasile To: Pallavi Kadam Cc: dev@dpdk.org, thomas@monjalon.net, ranjit.menon@intel.com, dmitry.kozliuk@gmail.com, Narcisa.Vasile@microsoft.com, tbashar@mellanox.com, Harini.Ramakrishnan@microsoft.com, ocardona@microsoft.com Message-ID: <20200506022406.GB97566@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20200429232427.7112-1-pallavi.kadam@intel.com> <20200506013032.7668-1-pallavi.kadam@intel.com> <20200506013032.7668-2-pallavi.kadam@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200506013032.7668-2-pallavi.kadam@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v2 1/2] eal: add fnmatch implementation 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 Tue, May 05, 2020 at 06:30:31PM -0700, Pallavi Kadam wrote: > Fnmatch implementation is required on Windows to support > log level arguments specified with a globbing pattern. > The source file is with BSD-3-Clause license. > https://github.com/lattera/freebsd/blob/master/usr.bin/csup/fnmatch.c > > Signed-off-by: Pallavi Kadam > Reviewed-by: Ranjit Menon > Reviewed-by: Tasnim Bashar > Tested-by: Dmitry Kozlyuk > --- Acked-by: Narcisa Vasile