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 40F87A00C5; Sun, 26 Apr 2020 20:10:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 174D11C133; Sun, 26 Apr 2020 20:10:15 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 26AA51C122 for ; Sun, 26 Apr 2020 20:10:14 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 843275C009F; Sun, 26 Apr 2020 14:10:13 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sun, 26 Apr 2020 14:10:13 -0400 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=fm1; bh= sh2o3GLMq3gUojff17CpVLDa6YSVeDffPU2wSkyn0dQ=; b=CSdtSWSTQDFaCO+z jw/TUirxDFagaaYwv69kCfCQ7oAE7cpjbmgX3rkJA9eyauCPDqU7v5BiYG/KI/uT sGRyXhvgyY4YZiPXOr81sicgZHg72s6Kr8BoGnZDvj836c/lRB00stRJ9GEa+gO7 gA0N1HmbD48aFEkEAkxaHFp7siPHzD2eKwSblTLZCrdkXGRL0qt12zWTRE+vWHa8 EtOXXzdx6zo0xeKGKmc3yzrvvlrFKhP/utooKk9Ks1TPwElZMcuy0Wl2pG27nGBS fSRQ5NDYIitmPXgjpLeksD3Lqn97ZtphEG7KAhRddQLac4SmD5GdSsbSisN14O7c it8CGw== 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=sh2o3GLMq3gUojff17CpVLDa6YSVeDffPU2wSkyn0 dQ=; b=oYXpSsYkS/7WRPUDT1SAqFI84UV+gEwT6NYo74mgdC3KuNdWS4y4IrNSY +DAQg177haiK6H7gSG8is/QvhmL1hVtRV7DMEW0JPnj+QbQlkd482u5cA2AXJ/PR bYXjD85wT2TuUZjO3Qo6zE6ajCsO0IZeenqCiZ834n0JKWN4iSGEmji2JEOeIc3v v5wCVoKVdY9mP0pZ39yJRMlsRrV28MJQ8wO/Jqu8pVWpGbmn/E8ZIYkDG3G9CPIQ GubefVjNNTdbI9/UdBzcdtfPo411OuLqQhqWVJN3ij3jYXqEFWdrgZ/dr07+8zF8 aAvTMag8wG0veS7tkgFMWdXe7/WJQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrheejgdduvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 3ECFB3065E37; Sun, 26 Apr 2020 14:10:12 -0400 (EDT) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: Jerin Jacob , dpdk-dev , Pallavi Kadam , Narcisa Ana Maria Vasile , Ranjit Menon , Sunil Kumar Kori , David Marchand , Jerin Jacob Date: Sun, 26 Apr 2020 20:10:11 +0200 Message-ID: <1860508.kfQNDG1tbD@thomas> In-Reply-To: References: <20200426152819.2496610-1-dmitry.kozliuk@gmail.com> <20200426164153.2512126-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] eal: disable tracing on 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" 26/04/2020 19:46, Jerin Jacob: > On Sun, Apr 26, 2020 at 10:12 PM Dmitry Kozlyuk > wrote: > > > > Fix build errors caused by using Unix-specific functions in common code. > > Hide and disable command-line options related to tracing on Windows. > > > > Fixes: 3d26a70ae338 ("trace: add trace configuration parameter") > > Fixes: 3b155d24bdaf ("trace: hook subsystem to Linux") > > > > Reported-by: Pallavi Kadam > > Suggested-by: Thomas Monjalon > > Signed-off-by: Dmitry Kozlyuk > > Acked-by: Jerin Jacob Applied, thanks