From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: change log level at run time Date: Wed, 31 Jan 2018 23:15:36 +0100 Message-ID: <3250211.R4qUJB6Qlu@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com, wenzhuo.lu@intel.com To: Elza Mathew Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 19A261B81C for ; Wed, 31 Jan 2018 23:16:25 +0100 (CET) In-Reply-To: <1516658985-30392-1-git-send-email-elza.mathew@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Applied, thanks