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 656A5A0534; Wed, 12 Feb 2020 22:52:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7AFAF1BF75; Wed, 12 Feb 2020 22:52:27 +0100 (CET) Received: from new3-smtp.messagingengine.com (new3-smtp.messagingengine.com [66.111.4.229]) by dpdk.org (Postfix) with ESMTP id E2DA25B3C for ; Wed, 12 Feb 2020 22:52:26 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 110F15C80; Wed, 12 Feb 2020 16:52:26 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 12 Feb 2020 16:52:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Arx6JSi5AlvL5kRrttnGr6+Ind9g2h3pLDiWnJiX7tY=; b=g/yiT7RmRDuX SrAG4OQUn6VgbJvvfUZz2zSerUY2nMPSWW5jubJm/wuybErds89v3nFjeIQfHToc TDw7WjKFDcGJpewk5DbkDT1fzpP4NsSfFHGLtuklt+OZyZfw2HhyHOwndTQ8xmbZ TQVQJz567JZPONPM4sk1teCSrOqTGCY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Arx6JSi5AlvL5kRrttnGr6+Ind9g2h3pLDiWnJiX7 tY=; b=E+EuQg44pVZjJLNLkjwlji0rsCFbIl2UrIT6rPFh2v9SXL785Z6ZAZ2xU Lb9DZJ7yTYz+hcgXMmN4dV5+zfOZNf5ubagZqeMWLm4o4zjbuO91zohPJGCuDOZt UduZKZAxRnvOtykVjarAKE2QwrXASb9l88fo86dvqbQgKLVZa/3r/hp/BlwujSSd p/u33Nsl4SBSKYo2bsAhUWP0uh8QJVZqVorSWb/usP4g+Lf8CJsUmjaHlUaN6Ojj tZZRI9Il8mMzAwTB2O4lbMm2ZknXGZpn9BRsokaADKE7J8ZHWInYT5q8kSu54Ncf PnTgQq6jIf6qW888Z4vj16u7wE30g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieeigddulecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E549430600DC; Wed, 12 Feb 2020 16:52:23 -0500 (EST) From: Thomas Monjalon To: Pallavi Kadam Cc: dev@dpdk.org, Harini.Ramakrishnan@microsoft.com, keith.wiles@intel.com, bruce.richardson@intel.com, david.marchand@redhat.com, jerinjacobk@gmail.com, ranjit.menon@intel.com, antara.ganesh.kolar@intel.com, Dmitry Kozlyuk , narcisa.vasile@microsoft.com, talshn@mellanox.com Date: Wed, 12 Feb 2020 22:52:22 +0100 Message-ID: <3964730.Fh7cpCN91P@xps> In-Reply-To: <20200207220517.566021e5@Sovereign> References: <20200201000406.11060-1-pallavi.kadam@intel.com> <20200207031437.9124-1-pallavi.kadam@intel.com> <20200207220517.566021e5@Sovereign> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 0/9] Windows patchset with additional EAL functionalities 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" 07/02/2020 20:05, Dmitry Kozlyuk: > > This patchset includes additional functionalities for Windows EAL > > to support command-line parsing feature and some EAL common code > > on Windows. > > > > This patchset can be applied to windpdk-next-dev branch in the draft repo. > > > > v8 changes: > > Fixed the naming conventions. > > Fixed a crash encountered due to getopt function. > > Removed "--syslog" from help options for Windows. > > > > Observing no issues on Windows 10, Meson 0.53.999, Clang 9.0.1. > > Reviewed-by: Dmitry Kozlyuk Applied, thanks