From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 683473257 for ; Wed, 10 Jan 2018 00:37:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1352720CDE; Tue, 9 Jan 2018 18:37:19 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 09 Jan 2018 18:37:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=wjvhUL1Y+82htQhVP63qNnG5Sy lj3eNUw1RKkslLDiA=; b=nCyDLqeDz57Y6vabgFeFJIbTmHOr0943ELDlf0qFgb AwmFbQ9mlM3pHQhUo5xvSVqQTXTqcof0XSHX3Pcoag5kz/otfP4Iypvd7nNLYmZR GNI3awapA2r2blAfs3Y7UrrgoaSGsT1AE4prZGhzafASvgKaRSM9Ny/clUozBHyd s= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=wjvhUL 1Y+82htQhVP63qNnG5Sylj3eNUw1RKkslLDiA=; b=jgRP6Jq0RLxDvy7XwdwnCq LGYcyJlBQ1FFYBJwDqDaghA3H9fQcP0fJYfQddbUjllfIUUZKB1dFSQmnAWE/aTP OzIUPoGYSi2k8gwOBa7D5WzxP+CSLeDo1+TooZd3mx6IXEQU6cnYMbjpzVAo4tWn smwIqNYSOoiQ5KwcVdh07LF2OuR2z6eg5tFCTBFLw9ChD2D65EvOqX/dgZ5dRQLB Htg6hgS/oR72WBXDq6pXrtFXvIiUFWwxnKAxgb9WaybV3Pq/fFryUKwZq4Q4Q1pz gl9pdyUKPRJuvCqUWx0xRvfWjKHv+tvnQXfDe1dv7NC4cs+9I7ewf236qJX4kCCw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BA4A97E322; Tue, 9 Jan 2018 18:37:18 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Wu, Jingjing" Date: Wed, 10 Jan 2018 00:36:52 +0100 Message-ID: <1540921.GuXKpRcqtH@xps> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B709C40@shsmsx102.ccr.corp.intel.com> References: <20171208131910.10595-1-olivier.matz@6wind.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B709C40@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: register a specific log type 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: , X-List-Received-Date: Tue, 09 Jan 2018 23:37:19 -0000 > > Instead of using USERx logs, register a dynamic log type, as introduced in > > commit c1b5fa94a46f ("eal: support dynamic log types"). > > > > Signed-off-by: Olivier Matz > Acked-by: Wenzhuo Lu > It looks much better than USERx :) Applied, thanks