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 8998B71B5 for ; Fri, 12 Jan 2018 17:09:04 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2987420AE7; Fri, 12 Jan 2018 11:09:04 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 12 Jan 2018 11:09:04 -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=gv0fugHet00TIByLAavgNPVO69 YkZSSpWA0YXzPyIA4=; b=dtksswnlOE3pnVPmOmv5XRMLBlKoxXpCHByHhIq8U3 ZBPOrZNZELfP9l0vXJcddj3r41cS/dw6K4AW8F6WI5k0a/mqwa3c+CSUYnyxVUAd 6NOESAhTvoqw6C0HJDNQpV+dAb+xursZMthuw9ajZmangYWBlhYr8NkWmV98T0eG 8= 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=gv0fug Het00TIByLAavgNPVO69YkZSSpWA0YXzPyIA4=; b=V3IiGUHH/Qb6hVZGcvTB2n bhu2TZahN6b/zOxslLdV55WDrAqMVTIXcMGE7IlUIWd1VRMbVcpSDbDrJYzivwsZ vIPhLT/nUf5ngwFrA2uszmvCFc6Yk5gfB132Nov1C/CZ5JpRgXF656TiPOnSWR0M FJbZ7L1dMJXV0AOxHShNmY4dznsejVIpQSShyUeCB1fLHog128y236vv+rDizgYX c6aCGfL5GxteMM/sQ019P5XHlqwwEEpo71tOJAdszg3Q1z2B+8TWUBRwLapxKr+i USX8p64Psrj1EN/uC/xLx81VMWz/3w2UGxv0jdza4sdYrjqs6O8tu0lM1u/QS1eQ == 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 C67827E4C6; Fri, 12 Jan 2018 11:09:03 -0500 (EST) From: Thomas Monjalon To: Pavan Nikhilesh Cc: Olivier MATZ , ferruh.yigit@intel.com, dev@dpdk.org Date: Fri, 12 Jan 2018 17:08:34 +0100 Message-ID: <505264744.GnBydGsCWH@xps> In-Reply-To: <20180112155234.lcbmgx74dtzccnci@Pavan-LT> References: <20171122092806.17194-1-pbhagavatula@caviumnetworks.com> <5726867.dobx3UARpb@xps> <20180112155234.lcbmgx74dtzccnci@Pavan-LT> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] logs: remove log level config option 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: Fri, 12 Jan 2018 16:09:04 -0000 12/01/2018 16:52, Pavan Nikhilesh: > Hi Thomas, > > The patchset depends on the following patchset > http://dpdk.org/dev/patchwork/patch/32038/ OK thanks !