From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 19A261B81C
 for <dev@dpdk.org>; Wed, 31 Jan 2018 23:16:25 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 9B4FF20D11;
 Wed, 31 Jan 2018 17:16:24 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Wed, 31 Jan 2018 17:16:24 -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=NqSPhlAQC12LBgJBd3MNUJ1OnB
 QGXRrxYuzSQcwCAFE=; b=dkDJVhqTE9noqf9/OaULvZ1O08gRVGC2SzjXcGTxnP
 NJL2ph8gcQyAo3umVpBzbxnoZ0tAsmwIRwmCbM7Dljin/K1zq/+NjNoCWpfbSQQc
 lRLCSIu0ipCJqfP37k6a9uKGdpu2r7Xdf0ooWyv9RBkM7p7eqgMKppYNvc+KaO4v
 w=
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=NqSPhl
 AQC12LBgJBd3MNUJ1OnBQGXRrxYuzSQcwCAFE=; b=aokrN/MhR+xeU6OU84mh0t
 kjUQRLYMVt/veyqEcs3CHX5EMe8hkgWmAqAtWi6KFXpDoYgcCeyGYblSXx+ieiI6
 NBjwoD99G/6sbV7IPu+fX3UxsKP12eJcYVZGIPYDCZ3oyv3QZ0XGKBEj+ZNqRMWZ
 ljQ0ZE4PFNSx6L5a4X6+v0Htc+yAuRIcemm0fNB4Zrz+OhHaGTSMF5fDTrwUb8yT
 8g/Vaw7vuV52sMzFWfGpF0zPba+XmxuvuQPTYDXPq9NzNGHCwGTG63tS0yZgM4VJ
 uGLDNjI2Z5w4hb69QkXCDl39+RI2KmZed1MRyrW6KfuXgyz7RjcBEIUCdbzaHzPg
 ==
X-ME-Sender: <xms:OEByWprOjIZamhbmeZXxbDtElvMA6PlMBNwODaVSqZfrN2bj2mU0Pg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 4FB67247A9;
 Wed, 31 Jan 2018 17:16:24 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Elza Mathew <elza.mathew@intel.com>
Cc: dev@dpdk.org, jingjing.wu@intel.com, wenzhuo.lu@intel.com
Date: Wed, 31 Jan 2018 23:15:36 +0100
Message-ID: <3250211.R4qUJB6Qlu@xps>
In-Reply-To: <1516658985-30392-1-git-send-email-elza.mathew@intel.com>
References: <1516400350-96747-1-git-send-email-elza.mathew@intel.com>
 <1516658985-30392-1-git-send-email-elza.mathew@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: change log level at run time
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 31 Jan 2018 22:16:25 -0000

22/01/2018 23:09, Elza Mathew:
> Introduced a run time command to change the
> log level for a given log type. Added the
> necessary documentation.
> 
> V2: Changed the position of the command in
> the documentation since generic commands
> are placed at the beginning.
> 
> Signed-off-by: Elza Mathew <elza.mathew@intel.com>

Applied, thanks